example: add codepoints_loading
update c_l to include copywrite header and description
This commit is contained in:
parent
3c33e0469f
commit
6ab4e51407
3 changed files with 171 additions and 0 deletions
|
|
@ -294,6 +294,11 @@ pub fn build(b: *std.Build) !void {
|
|||
.path = "examples/textures/textures_background_scrolling.zig",
|
||||
.desc = "Background scrolling & parallax demo",
|
||||
},
|
||||
.{
|
||||
.name = "codepoints_loading",
|
||||
.path = "examples/text/codepoints_loading.zig",
|
||||
.desc = "Renders UTF-8 text",
|
||||
},
|
||||
.{
|
||||
.name = "text_format_text",
|
||||
.path = "examples/text/text_format_text.zig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue