forked from marler8997/anyzig
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
22 lines (22 loc) · 747 Bytes
/
build.zig.zon
File metadata and controls
22 lines (22 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.{
.name = .anyzig,
.version = "0.0.0",
.fingerprint = 0x7cd092f5bd0fed33, // Changing this has security and trust implications.
.minimum_zig_version = "0.14.0",
.dependencies = .{
.zig = .{
.url = "git+https://github.com/ziglang/zig#5ad91a646a753cc3eecd8751e61cf458dadd9ac4",
.hash = "zig-0.0.0-Fp4XJDTgLgvQHn6QVvTe6INRdgdAzu43qE4JBXxhn9Ln",
},
.zip = .{
.url = "git+https://github.com/marler8997/zipcmdline#3dfca786a489d117e4b72ea10ffb4bbd9fc2dd72",
.hash = "12201a08d7eff7619c8eb8284691a3ff959861b4bdd87216f180ed136672fb4ea26f",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"zigroot",
},
}