mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
- Closes #518 - This bug is caused by an issue in winit where minimized windows will be given 0 width and height on Windows. - See: https://github.com/rust-windowing/winit/issues/208 - See also: https://github.com/hasenbanck/egui_winit_platform/pull/19