mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-29 04:40:04 -04:00
Finishes #1057
This commit is contained in:
@@ -5,7 +5,7 @@ use winit::{
|
||||
};
|
||||
|
||||
fn main() {
|
||||
let event_loop: EventLoop<i32> = EventLoop::new_user_event();
|
||||
let event_loop: EventLoop<i32> = EventLoop::with_user_event();
|
||||
|
||||
let _window = WindowBuilder::new()
|
||||
.with_title("A fantastic window!")
|
||||
|
||||
Reference in New Issue
Block a user