first commit
This commit is contained in:
commit
6f76f9dd9d
9 changed files with 1071 additions and 0 deletions
13
build.zig.zon
Normal file
13
build.zig.zon
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.{
|
||||
.name = .hydra,
|
||||
.version = "0.0.0",
|
||||
.fingerprint = 0x11350dc1acc0b33e, // Changing this has security and trust implications.
|
||||
.minimum_zig_version = "0.16.0-dev.2261+d6b3dd25a",
|
||||
.dependencies = .{
|
||||
},
|
||||
.paths = .{
|
||||
"build.zig",
|
||||
"build.zig.zon",
|
||||
"src",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue