Skip to content

Commit

Permalink
remove redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Indy2222 committed Feb 21, 2024
1 parent f097282 commit adb1bd8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion crates/camera/src/camera.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use std::f32::consts::FRAC_PI_2;

use bevy::{
ecs::query::Has,
pbr::{CascadeShadowConfig, CascadeShadowConfigBuilder, DirectionalLightShadowMap},
prelude::*,
};
Expand Down
1 change: 0 additions & 1 deletion crates/camera/src/skybox.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use bevy::{
asset::LoadState,
core_pipeline::Skybox,
ecs::query::Has,
prelude::*,
render::render_resource::{TextureViewDescriptor, TextureViewDimension},
};
Expand Down
1 change: 0 additions & 1 deletion crates/controller/src/hud/interaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use bevy::{
ecs::{query::ReadOnlyWorldQuery, system::SystemParam},
prelude::*,
};
use glam::Vec3Swizzles;

/// Top-level non-transparent or otherwise interaction blocking Node. All such
/// nodes are marked with this component and no descendants have it attached.
Expand Down
1 change: 0 additions & 1 deletion crates/pathing/src/pplugin.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use ahash::AHashMap;
use bevy::{
ecs::query::Has,
prelude::*,
tasks::{AsyncComputeTaskPool, Task},
};
Expand Down

0 comments on commit adb1bd8

Please sign in to comment.