mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 13:50:05 -04:00
Fix compile error in xbuild-target
Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
fn main() {
|
||||
winit::event_loop::EventLoop::new()
|
||||
.unwrap()
|
||||
.run(|_, _, _| todo!())
|
||||
.run(|_, _| todo!())
|
||||
.ok();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user