bump to zig 0.14.0 and re-add submodules

This commit is contained in:
catangent 2025-04-10 16:26:28 +01:00
parent 371c3545dd
commit e4d536bc87
1041 changed files with 11 additions and 571998 deletions

View file

@ -1,7 +1,8 @@
.{
.name = "voxel_test",
.name = .voxel_test,
.version = "0.0.0",
.minimum_zig_version = "0.14.0",
.fingerprint = 0x1720c90e411a705,
.dependencies = .{
.znoise = .{ .path = "znoise" },