mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
Update lib.rs
This commit is contained in:
parent
a7f1889a35
commit
14bfd698c5
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@ pub mod prelude {
|
|||
Commands, IntoForEachSystem, IntoQuerySystem, IntoThreadLocalSystem, Query, System,
|
||||
},
|
||||
world::WorldBuilderSource,
|
||||
Added, Bundle, Changed, Component, Entity, Mutated, Ref, RefMut, With, Without, World,
|
||||
Added, Bundle, Changed, Component, Entity, Mut, Mutated, Ref, RefMut, With, Without, World,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue