Remove unused imports

This commit is contained in:
Jarrod Doyle 2023-10-20 12:05:28 +01:00
parent 2a6bee18a6
commit afb4e2d8d8
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 1 additions and 5 deletions

View File

@ -1,9 +1,5 @@
use std::time::Instant;
use winit::{
dpi::PhysicalSize,
event::{Event, WindowEvent},
event_loop::{ControlFlow, EventLoop},
};
use winit::{dpi::PhysicalSize, event::Event, event_loop::EventLoop};
use super::camera;
use crate::{