add text_raylib_fonts example

remove unused import and simplify code
This commit is contained in:
Frost-Phoenix 2025-01-31 11:36:13 +01:00 committed by Nikolas
parent 58724227e7
commit 9faf4b97a1
10 changed files with 94 additions and 0 deletions

View file

@ -342,6 +342,11 @@ pub fn build(b: *std.Build) !void {
.path = "examples/text/text_format_text.zig",
.desc = "Renders variables as text",
},
.{
.name = "text_raylib_fonts",
.path = "examples/text/text_raylib_fonts.zig",
.desc = "Show fonts included with raylib",
},
.{
.name = "textures_image_loading",
.path = "examples/textures/textures_image_loading.zig",