example: add text_writing_anim
This commit is contained in:
parent
9faf4b97a1
commit
5004bb2316
2 changed files with 51 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue