Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
anopara committed Dec 21, 2021
1 parent 457f878 commit 235e885
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/systems/draw_curve_update_ssbo.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use bevy_ecs::prelude::*;
use bevy_input::{mouse::MouseButton, Input};

use crate::resources::{ComputeArchesIndirect, CurveSegmentsComputePass, WallManager};
use crate::resources::{CurveSegmentsComputePass, WallManager};

// for compute indirect
pub fn update_curve_ssbo(
Expand Down
1 change: 0 additions & 1 deletion src/window_events.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use std::convert::TryInto;

use bevy_app::Events;
use bevy_ecs::prelude::World;
use bevy_input::mouse::MouseButtonInput;
use glam::{Mat4, Vec2};
use glutin::event::{ElementState, Event, KeyboardInput, VirtualKeyCode, WindowEvent};
Expand Down

0 comments on commit 235e885

Please sign in to comment.