mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Breaking change! * `Rounding` -> `CornerRadius` * `rounding` -> `corner_radius` This is to: * Clarify * Conform to other systems (e.g. Figma) * Avoid confusion with `GuiRounding`
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.