example: add font_loading
This commit is contained in:
parent
10c8f7d7ad
commit
180d2e04de
2 changed files with 100 additions and 0 deletions
|
|
@ -309,6 +309,11 @@ pub fn build(b: *std.Build) !void {
|
|||
.path = "examples/text/font_filters.zig",
|
||||
.desc = "Demonstrates the various font filters",
|
||||
},
|
||||
.{
|
||||
.name = "font_loading",
|
||||
.path = "examples/text/font_loading.zig",
|
||||
.desc = "Demonstrates how to load fonts",
|
||||
},
|
||||
.{
|
||||
.name = "text_format_text",
|
||||
.path = "examples/text/text_format_text.zig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue