setup for zig's package manager, added default to some clay config types and changed namings for clay functions

This commit is contained in:
johan0A 2024-09-20 22:54:36 +02:00
parent c4ed8c9df2
commit e89422deda
6 changed files with 79 additions and 85 deletions

View file

@ -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",
},