build: add initial zig package
This commit is contained in:
parent
db5b5217ba
commit
a1e5e3e9a5
6 changed files with 191 additions and 0 deletions
13
build.zig.zon
Normal file
13
build.zig.zon
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.{
|
||||
.name = .nightwatch,
|
||||
.version = "0.1.0",
|
||||
.fingerprint = 0xb88932861fde7cb9,
|
||||
.minimum_zig_version = "0.15.2",
|
||||
.dependencies = .{},
|
||||
.paths = .{
|
||||
"build.zig",
|
||||
"build.zig.zon",
|
||||
"src",
|
||||
"README.md",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue