example: add rectangle_bounds
This commit is contained in:
parent
166996bccc
commit
e623387b8c
2 changed files with 287 additions and 0 deletions
|
|
@ -339,6 +339,11 @@ pub fn build(b: *std.Build) !void {
|
|||
.path = "examples/text/text_raylib_fonts.zig",
|
||||
.desc = "Show fonts included with raylib",
|
||||
},
|
||||
.{
|
||||
.name = "rectangle_bounds",
|
||||
.path = "examples/text/rectangle_bounds.zig",
|
||||
.desc = "demonstrate a flexible, resizeable, text box",
|
||||
},
|
||||
.{
|
||||
.name = "text_writing_anim",
|
||||
.path = "examples/text/text_writing_anim.zig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue