example: add input_box

This commit is contained in:
Timothy Fiss 2025-07-26 19:46:13 -06:00 committed by Nikolas
parent 42956d00c0
commit 166996bccc
2 changed files with 131 additions and 0 deletions

View file

@ -329,6 +329,11 @@ pub fn build(b: *std.Build) !void {
.path = "examples/text/text_format_text.zig",
.desc = "Renders variables as text",
},
.{
.name = "input_box",
.path = "examples/text/input_box.zig",
.desc = "Show and example of an input_box",
},
.{
.name = "text_raylib_fonts",
.path = "examples/text/text_raylib_fonts.zig",