bevy/crates/bevy_ecs/src
Carter Anderson 1d7196da4f Add state app builder docs (#1746)
This is intended to help protect users against #1671. It doesn't resolve the issue, but I think its a good stop-gap solution for 0.5. A "full" fix would be very involved (and maybe not worth the added complexity).
2021-03-25 06:12:14 +00:00
..
component make ComponentTicks::set_changed public (#1711) 2021-03-22 18:49:26 +00:00
entity Fix cargo doc warnings (#1640) 2021-03-13 18:23:38 +00:00
query Provide better size_hint for QueryIter (#1697) 2021-03-19 20:52:44 +00:00
schedule Add state app builder docs (#1746) 2021-03-25 06:12:14 +00:00
storage Fix sparse insert (#1748) 2021-03-25 05:56:00 +00:00
system Make Commands and World apis consistent (#1703) 2021-03-23 00:23:40 +00:00
world Fix sparse insert (#1748) 2021-03-25 05:56:00 +00:00
archetype.rs Fix sparse insert (#1748) 2021-03-25 05:56:00 +00:00
bundle.rs Fix sparse insert (#1748) 2021-03-25 05:56:00 +00:00
lib.rs System sets and run criteria v2 (#1675) 2021-03-24 20:11:55 +00:00
reflect.rs Reliable change detection (#1471) 2021-03-19 17:53:26 +00:00