Update new builders for latest master
Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
parent
8862ce0163
commit
3830b492c4
8 changed files with 9 additions and 12 deletions
|
|
@ -5,9 +5,8 @@ use simple_logger::SimpleLogger;
|
|||
use winit::{
|
||||
dpi::{PhysicalPosition, PhysicalSize},
|
||||
event::{ElementState, Event, Ime, WindowEvent},
|
||||
event_loop::EventLoop,
|
||||
keyboard::NamedKey,
|
||||
event_loop::{ControlFlow, EventLoop},
|
||||
keyboard::{Key, KeyCode},
|
||||
window::{ImePurpose, Window},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue