bevy/crates/bevy_ecs/src
TheRawMeatball 900e339a33 Add IntoIterator impls for &Query and &mut Query (#4692)
# Objective

These types of IntoIterator impls are a common pattern in Rust, and these implementations make this common pattern work for bevy queries.
2022-05-09 13:37:39 +00:00
..
entity Decouple some dependencies (#3886) 2022-04-27 19:08:11 +00:00
query Fix CI (#4675) 2022-05-06 18:27:37 +00:00
schedule Make RunOnce a non-manual System impl (#3922) 2022-05-04 18:41:37 +00:00
storage some cleanup for bevy_ptr (#4668) 2022-05-06 19:15:24 +00:00
system Add IntoIterator impls for &Query and &mut Query (#4692) 2022-05-09 13:37:39 +00:00
world bevy_ptr standalone crate (#4653) 2022-05-04 19:16:10 +00:00
archetype.rs Change Cow<[ComponentId]> to Box<[ComponentId]> (#4185) 2022-03-19 04:14:27 +00:00
bundle.rs bevy_ptr standalone crate (#4653) 2022-05-04 19:16:10 +00:00
change_detection.rs Improve debugging tools for change detection (#4160) 2022-05-02 18:26:52 +00:00
component.rs bevy_ptr standalone crate (#4653) 2022-05-04 19:16:10 +00:00
event.rs exact sized event iterators (#3863) 2022-05-09 13:19:32 +00:00
lib.rs bevy_ptr standalone crate (#4653) 2022-05-04 19:16:10 +00:00
reflect.rs Add FromReflect trait to convert dynamic types to concrete types (#1395) 2021-12-26 18:49:01 +00:00