egui/crates/egui_demo_lib/src
YgorSouza b1dc059ef3
Allow setting a layer as a sublayer of another (#4690)
When the layers are reordered at the end of the frame, the sublayers are
placed directly above their respective parents. This allows having Areas
inside Windows, e.g., for the pan-zoom container.

* Closes <https://github.com/emilk/egui/issues/4128>

---------

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2024-06-23 12:43:46 +02:00
..
demo Allow setting a layer as a sublayer of another (#4690) 2024-06-23 12:43:46 +02:00
easy_mark Fix dead link to mycomarkup in easy_mark sample (#4643) 2024-06-18 22:36:56 +02:00
lib.rs Put all `egui_demo_lib` tests into their own files in their own folder (#4691) 2024-06-23 10:53:04 +02:00
rendering_test.rs Add `Color32::lerp_to_gamma` (#4627) 2024-06-06 15:41:10 +02:00