Skip to content

Commit

Permalink
make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mkovaxx committed Nov 27, 2023
1 parent b5e53d2 commit d611667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/viewer/src/camera.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use glam::{Mat3, Mat4, Quat, Vec2, Vec3, Vec3Swizzles};
use glam::{Mat3, Mat4, Quat, Vec2, Vec3};

const MIN_ZOOM_FACTOR: f32 = 0.05;

Expand Down

0 comments on commit d611667

Please sign in to comment.