Remove unused imports
This commit is contained in:
parent
2a6bee18a6
commit
afb4e2d8d8
|
@ -1,9 +1,5 @@
|
||||||
use std::time::Instant;
|
use std::time::Instant;
|
||||||
use winit::{
|
use winit::{dpi::PhysicalSize, event::Event, event_loop::EventLoop};
|
||||||
dpi::PhysicalSize,
|
|
||||||
event::{Event, WindowEvent},
|
|
||||||
event_loop::{ControlFlow, EventLoop},
|
|
||||||
};
|
|
||||||
|
|
||||||
use super::camera;
|
use super::camera;
|
||||||
use crate::{
|
use crate::{
|
||||||
|
|
Loading…
Reference in New Issue