example: add font_spritefont
This commit is contained in:
parent
d39c75c234
commit
42956d00c0
2 changed files with 99 additions and 0 deletions
|
|
@ -319,6 +319,11 @@ pub fn build(b: *std.Build) !void {
|
|||
.path = "examples/text/font_sdf.zig",
|
||||
.desc = "Demonstrates rending a sdf font",
|
||||
},
|
||||
.{
|
||||
.name = "font_spritefont",
|
||||
.path = "examples/text/font_spritefont.zig",
|
||||
.desc = "Demonstrates rendering spritefonts",
|
||||
},
|
||||
.{
|
||||
.name = "text_format_text",
|
||||
.path = "examples/text/text_format_text.zig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue