We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e46f0 commit c3a79e6Copy full SHA for c3a79e6
src/renderer_server/main.rs
@@ -18,7 +18,7 @@ use glutin::{
18
ElementState,
19
},
20
event_loop::{ControlFlow, EventLoop},
21
- platform::desktop::EventLoopExtDesktop,
+ platform::run_return::EventLoopExtRunReturn,
22
};
23
use tokio::{
24
sync::mpsc,
0 commit comments