Skip to content

Commit c3a79e6

Browse files
committed
Addressing breaking changes from glutin 0.26
1 parent 91e46f0 commit c3a79e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer_server/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use glutin::{
1818
ElementState,
1919
},
2020
event_loop::{ControlFlow, EventLoop},
21-
platform::desktop::EventLoopExtDesktop,
21+
platform::run_return::EventLoopExtRunReturn,
2222
};
2323
use tokio::{
2424
sync::mpsc,

0 commit comments

Comments
 (0)