example: add rectangle_bounds

This commit is contained in:
Timothy Fiss 2025-07-27 10:48:56 -06:00 committed by Nikolas
parent 166996bccc
commit e623387b8c
2 changed files with 287 additions and 0 deletions

View file

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