example: add unicode

This commit is contained in:
Timothy Fiss 2025-07-27 12:25:19 -06:00 committed by Nikolas
parent e623387b8c
commit 4bb5254d6b
2 changed files with 591 additions and 0 deletions

View file

@ -344,6 +344,11 @@ pub fn build(b: *std.Build) !void {
.path = "examples/text/rectangle_bounds.zig",
.desc = "demonstrate a flexible, resizeable, text box",
},
.{
.name = "unicode",
.path = "examples/text/unicode.zig",
.desc = "demonstrate rendering of unicode",
},
.{
.name = "text_writing_anim",
.path = "examples/text/text_writing_anim.zig",