add(example): WIP popup Element example implementation

This commit is contained in:
2025-07-12 20:08:22 +02:00
parent df78c7d6eb
commit 89bc3eac0c
2 changed files with 249 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ pub fn build(b: *std.Build) void {
alignment,
button,
input,
popup,
progress,
scrollable,
// layouts:
@@ -61,6 +62,7 @@ pub fn build(b: *std.Build) void {
.alignment => "examples/elements/alignment.zig",
.button => "examples/elements/button.zig",
.input => "examples/elements/input.zig",
.popup => "examples/elements/popup.zig",
.progress => "examples/elements/progress.zig",
.scrollable => "examples/elements/scrollable.zig",
// layouts: