bevy/crates/bevy_asset
François a4e5e2790e fix version of notify to 5.0.0-pre.2 (#2528)
# Objective

- https://github.com/notify-rs/notify changed their api in the latest pre-release of 0.5.0
- This breaks current main AND v0.5.0

## Solution

- Fix the dependency to the known working version

before : https://docs.rs/notify/5.0.0-pre.2/notify/trait.Watcher.html
after : https://docs.rs/notify/5.0.0-pre.11/notify/trait.Watcher.html
2021-07-24 01:41:48 +00:00
..
src Fix AssetServer::get_asset_loader deadlock (#2395) 2021-07-06 17:35:16 +00:00
Cargo.toml fix version of notify to 5.0.0-pre.2 (#2528) 2021-07-24 01:41:48 +00:00