init
This commit is contained in:
commit
1a18e45b89
5 changed files with 286 additions and 0 deletions
16
build.zig.zon
Normal file
16
build.zig.zon
Normal 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",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue