example: add text_writing_anim

This commit is contained in:
Frost-Phoenix 2025-01-31 17:37:31 +01:00 committed by Nikolas
parent 9faf4b97a1
commit 5004bb2316
2 changed files with 51 additions and 0 deletions

View file

@ -347,6 +347,11 @@ pub fn build(b: *std.Build) !void {
.path = "examples/text/text_raylib_fonts.zig",
.desc = "Show fonts included with raylib",
},
.{
.name = "text_writing_anim",
.path = "examples/text/text_writing_anim.zig",
.desc = "Simple text animation",
},
.{
.name = "textures_image_loading",
.path = "examples/textures/textures_image_loading.zig",