mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
We're phasing out top-level panels (panels that use `Context` directly, instead of being inside another `Ui`). As a first step, stop using them in our demo library and application. * Part of https://github.com/emilk/egui/issues/3524