emilk / egui

egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
https://www.egui.rs/
Apache License 2.0
20.61k stars 1.49k forks source link

eframe: Switch to winit `ApplicationManager` api #4709

Open expenses opened 2 days ago

expenses commented 2 days ago

The next version of winit will remove the run APIs: https://github.com/rust-windowing/winit/pull/3683. This pretty extensively breaks code like https://github.com/emilk/egui/blob/93d458bb68a5c6e1fd05cbebfd64701463e7ab61/crates/eframe/src/native/run.rs#L73-L208. I'm not sure how much effort it will be to fix, but it might make sense to do that sooner-rather-than-later.

emilk commented 2 days ago