mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
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.