add: example font_filters, fix typo
example font_filters
This commit is contained in:
parent
a787270fea
commit
6efd4175ef
4 changed files with 149 additions and 1 deletions
|
|
@ -304,6 +304,11 @@ pub fn build(b: *std.Build) !void {
|
|||
.path = "examples/text/draw_3d.zig",
|
||||
.desc = "Renders an example of text rendered in a 3d world",
|
||||
},
|
||||
.{
|
||||
.name = "font_filters",
|
||||
.path = "examples/text/font_filters.zig",
|
||||
.desc = "Demonstrates the various font filters",
|
||||
},
|
||||
.{
|
||||
.name = "text_format_text",
|
||||
.path = "examples/text/text_format_text.zig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue