Finishes #1057
This commit is contained in:
parent
e5ba79db04
commit
131e67ddc1
3 changed files with 4 additions and 3 deletions
|
|
@ -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!")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue