bevy/crates/bevy_asset/src
François b28365f966
updates on diagnostics (log + new diagnostics) (#1085)
* move print diagnostics to log

* entity count diagnostic

* asset count diagnostic

* remove useless `pub`s

* use `BTreeMap` instead of `HashMap`

* get entity count from world

* keep ordered list of diagnostics
2020-12-24 13:28:31 -06:00
..
diagnostic updates on diagnostics (log + new diagnostics) (#1085) 2020-12-24 13:28:31 -06:00
io Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00
asset_server.rs add ability to provide custom a AssetIo implementation (#1037) 2020-12-18 13:34:44 -06:00
assets.rs Adopt a Fetch pattern for SystemParams (#1074) 2020-12-15 21:57:16 -08:00
filesystem_watcher.rs Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00
handle.rs fix scene loading (#988) 2020-12-03 13:57:36 -08:00
info.rs Bevy Reflection (#926) 2020-11-27 16:39:59 -08:00
lib.rs updates on diagnostics (log + new diagnostics) (#1085) 2020-12-24 13:28:31 -06:00
loader.rs Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00
path.rs Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00