Update build.zig.zon

This commit is contained in:
Not-Nik 2024-04-14 22:44:09 +02:00
parent b586febf5c
commit a861917f5a
No known key found for this signature in database
GPG Key ID: 08BB71E672DB3BFD

View File

@ -7,5 +7,6 @@
.hash = "1220c28847ca8e8756734ae84355802b764c9d9cf4de057dbc6fc2b15c56e726f27b",
},
},
.paths = .{""},
.minimum_zig_version = "0.11",
.paths = .{"lib/raylib.zig", "lib/raylib-ext.zig", "lib/raymath.zig", "lib/raymath-ext.zig", "lib/rlgl.zig", "lib/rlgl-ext.zig"},
}