mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
It required some ugly code in `egui-winit` in order to fix this without breaking sem-ver (I want this to land in a 0.24.1 patch release). I'll clean up in time for 0.25. There is still a font rendering bug when using immediate viewports across multiple viewports, but that's harder to fix.
This is a test of the viewports feature of eframe and egui, where we show off using multiple windows.
For a simple example, see [../multiple_viewports].