fmt
All checks were successful
Rust Checks / checks (push) Successful in 2m20s
Rust Checks / checks (pull_request) Successful in 1m49s

This commit is contained in:
CoCo_Sol 2024-02-27 18:41:13 +01:00
parent 740ae3ba5a
commit 2266bf7667

View file

@ -1,4 +1,5 @@
//! This module contains the camera systems responsible for movement and scaling.
//! This module contains the camera systems responsible for movement and
//! scaling.
use bevy::input::mouse::{MouseScrollUnit, MouseWheel};
use bevy::prelude::*;