example: add unicode
This commit is contained in:
parent
e623387b8c
commit
4bb5254d6b
2 changed files with 591 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue