mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 14:49:06 -04:00
This allows you to put an `AtomLayout` inside another `AtomLayout`. Right now this has limited use, but once we add wrapping, vertical `AtomLayout` and `AtomUi`, this will be a really powerful new layouting primitive for egui. Added a test for this in https://github.com/emilk/egui/pull/8221