bevy/crates/bevy_ecs/src
bjorn3 1d652941ea Some cleanups (#2170)
The first commit monomorphizes `add_system_inner` which I think was intended to be monomorphized anyway. The second commit moves the type argument of `GraphNode` to an associated type.
2021-05-17 19:06:05 +00:00
..
component Improve bevy_ecs query docs (#1935) 2021-04-22 19:09:09 +00:00
entity Improve bevy_ecs query docs (#1935) 2021-04-22 19:09:09 +00:00
query Adding WorldQuery for WithBundle (#2024) 2021-04-28 21:03:10 +00:00
schedule Some cleanups (#2170) 2021-05-17 19:06:05 +00:00
storage [bevy_ecs] Cleanup SparseSetIndex impls (#2099) 2021-05-07 00:46:54 +00:00
system Allows a number of clippy lints and fixes 2 (#1999) 2021-05-14 20:37:32 +00:00
world Implement direct mutable dereferencing (#2100) 2021-05-05 19:35:07 +00:00
archetype.rs Fix sparse insert (#1748) 2021-03-25 05:56:00 +00:00
bundle.rs Allows a number of clippy lints and fixes 2 (#1999) 2021-05-14 20:37:32 +00:00
event.rs Improve bevy_ecs query docs (#1935) 2021-04-22 19:09:09 +00:00
lib.rs Hide re-exported docs (#1985) 2021-04-27 18:29:33 +00:00
reflect.rs Reliable change detection (#1471) 2021-03-19 17:53:26 +00:00