Rename desktop eventloop extensions to run_return extension (#1738)
This commit is contained in:
parent
edf396b1a4
commit
66859607a3
5 changed files with 14 additions and 13 deletions
|
|
@ -15,7 +15,7 @@ fn main() {
|
|||
use winit::{
|
||||
event::{Event, WindowEvent},
|
||||
event_loop::{ControlFlow, EventLoop},
|
||||
platform::desktop::EventLoopExtDesktop,
|
||||
platform::run_return::EventLoopExtRunReturn,
|
||||
window::WindowBuilder,
|
||||
};
|
||||
let mut event_loop = EventLoop::new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue