Add floating_window example (#300)

This commit is contained in:
pajanowski 2026-01-12 12:20:29 -06:00 committed by GitHub
parent a4d18b2d1c
commit 7d4761b878
Failed to generate hash of commit
2 changed files with 172 additions and 0 deletions

View file

@ -185,6 +185,11 @@ pub fn build(b: *std.Build) !void {
.path = "examples/gui/message_box.zig",
.desc = "Demonstrates showing and hiding a message box",
},
.{
.name = "floating_window",
.path = "examples/gui/floating_window.zig",
.desc = "Demonstrates a floating window",
},
.{
.name = "raymarching",
.path = "examples/shaders/raymarching.zig",