feat(raygui): get message box example working
This commit is contained in:
parent
d6c77762cb
commit
f4b69764db
6 changed files with 616 additions and 577 deletions
|
|
@ -167,6 +167,11 @@ pub fn build(b: *std.Build) !void {
|
|||
.path = "examples/core/window_flags.zig",
|
||||
.desc = "Demonstrates various flags used during and after window creation",
|
||||
},
|
||||
.{
|
||||
.name = "gui_message_box",
|
||||
.path = "examples/gui/message_box.zig",
|
||||
.desc = "Demonstrates showing and hiding a message box",
|
||||
},
|
||||
.{
|
||||
.name = "raymarching",
|
||||
.path = "examples/shaders/raymarching.zig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue