This commit is contained in:
catAngent 2024-09-09 18:05:14 +01:00
commit 1a18e45b89
5 changed files with 286 additions and 0 deletions

16
build.zig.zon Normal file
View file

@ -0,0 +1,16 @@
.{
.name = "voxel_test",
.version = "0.0.0",
.dependencies = .{},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
// For example...
//"LICENSE",
//"README.md",
},
}