Merge some imports in bevy_winit/src/lib.rs (#522)

This commit is contained in:
Logan Magee 2020-09-21 12:54:47 -08:00 committed by GitHub
parent d562063abf
commit b5f3585d2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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},
};