Merge some imports in bevy_winit/src/lib.rs (#522)
This commit is contained in:
parent
d562063abf
commit
b5f3585d2e
@ -14,10 +14,8 @@ use bevy_math::Vec2;
|
||||
use bevy_window::{
|
||||
CreateWindow, CursorMoved, Window, WindowCloseRequested, WindowCreated, WindowResized, Windows,
|
||||
};
|
||||
use event::Event;
|
||||
use winit::{
|
||||
event,
|
||||
event::{DeviceEvent, WindowEvent},
|
||||
event::{self, DeviceEvent, Event, WindowEvent},
|
||||
event_loop::{ControlFlow, EventLoop, EventLoopWindowTarget},
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user