feat(raygui): get message box example working

This commit is contained in:
Daniel Hill 2025-04-19 14:33:51 -04:00 committed by Nikolas
parent d6c77762cb
commit f4b69764db
6 changed files with 616 additions and 577 deletions

View file

@ -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",