example: add codepoints_loading

update c_l to include copywrite header and description
This commit is contained in:
Timothy Fiss 2025-07-24 20:25:28 -06:00 committed by Nikolas
parent 3c33e0469f
commit 6ab4e51407
3 changed files with 171 additions and 0 deletions

View file

@ -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",