bevy/crates/bevy_ecs/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
..
core updates on diagnostics (log + new diagnostics) (#1085) 2020-12-24 13:28:31 -06:00
resource Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00
schedule add with_enter_stage (and other variants) (#1091) 2020-12-19 12:31:47 -06:00
system Adopt a Fetch pattern for SystemParams (#1074) 2020-12-15 21:57:16 -08:00
tests combine bevy_ecs and bevy_hecs crates. rename XComponents to XBundle (#863) 2020-11-15 20:32:23 -08:00
lib.rs Improve usability of StateStage and cut down on "magic" (#1059) 2020-12-14 17:13:22 -08:00