bevy/crates/bevy_ecs/src
Boxy 155068a090 Add 's (state) lifetime to Fetch (#2515)
Allows iterators to return things that borrow data from `QueryState`, needed this in my relations PR figure might be worth landing separately maybe
2021-07-29 21:14:22 +00:00
..
entity Inline world get (#2520) 2021-07-27 23:19:26 +00:00
query Add 's (state) lifetime to Fetch (#2515) 2021-07-29 21:14:22 +00:00
schedule Fix some nightly clippy lints (#2522) 2021-07-29 20:52:15 +00:00
storage Refactor ECS to reduce the dependency on a 1-to-1 mapping between components and real rust types (#2490) 2021-07-28 19:29:12 +00:00
system Add 's (state) lifetime to Fetch (#2515) 2021-07-29 21:14:22 +00:00
world Remove empty module (#2558) 2021-07-28 03:10:55 +00:00
archetype.rs small ecs cleanup and remove_bundle drop bugfix (#2172) 2021-05-18 19:25:57 +00:00
bundle.rs Fix some nightly clippy lints (#2522) 2021-07-29 20:52:15 +00:00
change_detection.rs Allow Option<NonSend<T>> and Option<NonSendMut<T>> as SystemParam (#2345) 2021-06-26 19:29:38 +00:00
component.rs Refactor ECS to reduce the dependency on a 1-to-1 mapping between components and real rust types (#2490) 2021-07-28 19:29:12 +00:00
event.rs Merge AppBuilder into App (#2531) 2021-07-27 20:21:06 +00:00
lib.rs Fix some nightly clippy lints (#2522) 2021-07-29 20:52:15 +00:00
reflect.rs Refactor ResMut/Mut/ReflectMut to remove duplicated code (#2217) 2021-05-30 19:29:31 +00:00