setup for zig's package manager, added default to some clay config types and changed namings for clay functions
This commit is contained in:
parent
c4ed8c9df2
commit
e89422deda
6 changed files with 79 additions and 85 deletions
|
@ -1,11 +1,12 @@
|
|||
.{
|
||||
.name = "zig-package-template",
|
||||
.name = "zclay",
|
||||
.version = "0.0.0",
|
||||
.dependencies = .{},
|
||||
.paths = .{
|
||||
"build.zig",
|
||||
"build.zig.zon",
|
||||
"src",
|
||||
"vendor",
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue