example: add input_box
This commit is contained in:
parent
42956d00c0
commit
166996bccc
2 changed files with 131 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue