Случайное дерево объектов

This commit is contained in:
2026-02-24 00:39:40 +03:00
parent aeda3ee0d0
commit 1a94cc8bfd
6 changed files with 203 additions and 48 deletions

View File

@@ -22,15 +22,7 @@ pub fn guiFrame(ctx: *WindowContext) bool {
{
left_panel.leftPanel(ctx);
var back = dvui.box(
@src(),
.{ .dir = .horizontal },
.{ .expand = .both, .padding = dvui.Rect.all(12), .background = true },
);
{
right_panel.rightPanel(ctx);
}
back.deinit();
right_panel.rightPanel(ctx);
}
content_row.deinit();
}