Remove unused imports
This commit is contained in:
parent
2a6bee18a6
commit
afb4e2d8d8
|
@ -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::{
|
||||
|
|
Loading…
Reference in New Issue