bevy/crates/bevy_asset/src
François 4f0499b91f Asset re-loading while it's being deleted (#2011)
fixes #824
fixes #1956 

* marked asset loading methods as `must_use`
* fixed asset re-loading while asset is still loading to work as comment is describing code
* introduced a 1 frame delay between unused asset marking and actual asset removal
2021-05-04 20:34:22 +00:00
..
diagnostic Replace derive(Default) with impl in AssetCountDiagnosticsPlugin (#2077) 2021-05-02 20:00:55 +00:00
io Make some asset loading functions monomorphic (#1861) 2021-04-10 16:17:32 +00:00
asset_server.rs Asset re-loading while it's being deleted (#2011) 2021-05-04 20:34:22 +00:00
assets.rs Small improvement of code quality of Assets::set* methods (#1649) 2021-03-14 00:19:44 +00:00
filesystem_watcher.rs format comments (#1612) 2021-03-11 00:27:30 +00:00
handle.rs Various cleanups (#2046) 2021-05-01 20:07:06 +00:00
info.rs Bevy Reflection (#926) 2020-11-27 16:39:59 -08:00
lib.rs Hide re-exported docs (#1985) 2021-04-27 18:29:33 +00:00
loader.rs gltf: load textures asynchronously using io task pool (#1767) 2021-04-30 20:12:50 +00:00
path.rs Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00