Initial commit
This commit is contained in:
commit
0d0863ff0c
8 changed files with 857 additions and 0 deletions
12
build.zig.zon
Normal file
12
build.zig.zon
Normal file
|
@ -0,0 +1,12 @@
|
|||
.{
|
||||
.name = "zig-package-template",
|
||||
.version = "0.0.0",
|
||||
.dependencies = .{},
|
||||
.paths = .{
|
||||
"build.zig",
|
||||
"build.zig.zon",
|
||||
"src",
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue