Update new builders for latest master

Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2024-01-27 10:10:28 -08:00 committed by John Nunley
parent 8862ce0163
commit 3830b492c4
8 changed files with 9 additions and 12 deletions

View file

@ -1,7 +1,7 @@
use simple_logger::SimpleLogger;
use winit::{
event::{Event, WindowEvent},
event_loop::{ControlFlow, EventLoop},
event_loop::EventLoop,
window::Window,
};