Skip to content

Commit

Permalink
remove foreach
Browse files Browse the repository at this point in the history
  • Loading branch information
cart committed Nov 6, 2020
1 parent 737c960 commit b47fab7
Show file tree
Hide file tree
Showing 6 changed files with 546 additions and 771 deletions.
4 changes: 1 addition & 3 deletions crates/bevy_ecs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ pub use world::*;
pub mod prelude {
pub use crate::{
resource::{ChangedRes, FromResources, Local, OrRes, Res, ResMut, Resource, Resources},
system::{
Commands, IntoForEachSystem, IntoSystem, IntoThreadLocalSystem, Query, System,
},
system::{Commands, IntoSystem, IntoThreadLocalSystem, Query, System},
world::WorldBuilderSource,
Added, Bundle, Changed, Component, Entity, Mut, Mutated, Or, QuerySet, Ref, RefMut, With,
Without, World,
Expand Down
Loading

0 comments on commit b47fab7

Please sign in to comment.