add text_raylib_fonts example
remove unused import and simplify code
This commit is contained in:
parent
58724227e7
commit
9faf4b97a1
10 changed files with 94 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue