1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 21:30:03 -04:00

Add back old deprecated panels

This commit is contained in:
Emil Ernerfeldt
2025-11-16 11:39:31 +01:00
parent f137f48ef5
commit 1843398cd1
11 changed files with 74 additions and 43 deletions

View File

@@ -30,7 +30,7 @@ pub enum Shape {
/// Recursively nest more shapes - sometimes a convenience to be able to do.
/// For performance reasons it is better to avoid it.
Vec(Vec<Shape>),
Vec(Vec<Self>),
/// Circle with optional outline and fill.
Circle(CircleShape),