Rename desktop eventloop extensions to run_return extension (#1738)

This commit is contained in:
msiglreith
2020-11-12 20:49:44 +01:00
committed by GitHub
parent edf396b1a4
commit 66859607a3
5 changed files with 14 additions and 13 deletions

View File

@@ -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();