1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00
Files
egui/crates
Lucas Meurer f209b9aea0 Add AtomKind::Layout, for nesting AtomLayout (#8219)
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
2026-06-22 19:09:43 +02:00
..