egui/egui_glium/src
Emil Ernerfeldt 04b3921923
egui_glium: run app code outside event loop to fix file dialogs (#631)
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.
2021-08-20 18:59:32 +02:00
..
shader Fixed GLSL ES 1.0 version string (#470) 2021-06-07 20:18:42 +02:00
backend.rs egui_glium: run app code outside event loop to fix file dialogs (#631) 2021-08-20 18:59:32 +02:00
http.rs Generalize http fetch (#488) 2021-08-15 16:56:46 +02:00
lib.rs Fix a bug on Windows where minimizing adjusts all of the egui window positions. (#522) 2021-06-28 10:27:32 +02:00
painter.rs Improve error message on bad texture allocation 2021-07-29 22:20:22 +02:00
persistence.rs Replace JSON with RON for persistence (epi/eframe/glium/web) 2021-04-05 14:23:42 +02:00
screen_reader.rs Update tts 0.15 -> 0.16 2021-05-09 14:42:14 +02:00
window_settings.rs Replace JSON with RON for persistence (epi/eframe/glium/web) 2021-04-05 14:23:42 +02:00