mirror of
https://github.com/emilk/egui.git
synced 2026-07-09 16:27:27 +00:00
04b3921923
Previously app code was run from within the event loop which lead to file dialogs (e.g. using nfd2) to hang (see https://github.com/rust-windowing/winit/issues/1779) Now egui_glium polls for events and then runs the app code.