mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
Merge some imports in bevy_winit/src/lib.rs (#522)
This commit is contained in:
parent
d562063abf
commit
b5f3585d2e
1 changed files with 1 additions and 3 deletions
|
@ -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 a new issue