diff options
Diffstat (limited to 'azalea-physics/src')
| -rw-r--r-- | azalea-physics/src/lib.rs | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/azalea-physics/src/lib.rs b/azalea-physics/src/lib.rs index c1603710..6c9fe096 100644 --- a/azalea-physics/src/lib.rs +++ b/azalea-physics/src/lib.rs @@ -20,13 +20,7 @@ use azalea_entity::{ }; use azalea_world::{Instance, InstanceContainer, InstanceName}; use bevy_app::{App, Plugin}; -use bevy_ecs::{ - entity::Entity, - query::With, - schedule::{IntoSystemConfigs, SystemSet}, - system::{Query, Res}, - world::Mut, -}; +use bevy_ecs::prelude::*; use clip::box_traverse_blocks; use collision::{ BLOCK_SHAPE, BlockWithShape, MoverType, VoxelShape, |
