Add floating_window example (#300)
This commit is contained in:
parent
a4d18b2d1c
commit
7d4761b878
2 changed files with 172 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue