bevy/crates/bevy_asset/src
François b724a0f586 Down with the system! (#2496)
# Objective

- Remove all the `.system()` possible.
- Check for remaining missing cases.

## Solution

- Remove all `.system()`, fix compile errors
- 32 calls to `.system()` remains, mostly internals, the few others should be removed after #2446
2021-07-27 23:42:36 +00:00
..
diagnostic Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
io Make some asset loading functions monomorphic (#1861) 2021-04-10 16:17:32 +00:00
asset_server.rs Fix AssetServer::get_asset_loader deadlock (#2395) 2021-07-06 17:35:16 +00:00
assets.rs Down with the system! (#2496) 2021-07-27 23:42:36 +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 [assets] set LoadState properly and more testing! (#2226) 2021-06-08 02:46:44 +00:00
lib.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
loader.rs [assets] fix Assets being set as 'changed' each frame (#2280) 2021-06-02 02:30:14 +00:00
path.rs Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00