-
Notifications
You must be signed in to change notification settings - Fork 2
/
build.zig.zon
27 lines (27 loc) · 956 Bytes
/
build.zig.zon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.{
.name = "slimy",
.version = "0.1.0-dev",
.minimum_zig_version = "0.13.0",
.paths = .{
"LICENSE",
"README.md",
"build.zig",
"build.zig.zon",
"src",
"web",
},
.dependencies = .{
.optz = .{
.url = "git+https://github.com/silversquirl/optz#c9a3882f2eee8bfd9452ec204b9ba7ab51cb51dc",
.hash = "122064f97f973a3fc1652fd4eeb90c7daa953677e7475c7a18d31809dc84a760be06",
},
.cpuinfo = .{
.url = "git+https://github.com/silversquirl/cpuinfo-zig#7a7d5aea11addee3b81baa9195ef84593376d39a",
.hash = "122048b51d1cdd9dd16c93927a47e9ee3ed7756d1060d33442749ce332b176ef0604",
},
.zcompute = .{
.url = "git+https://github.com/silversquirl/zcompute#094670e754cca0bf87b0c551e95c14ecb1f2186c",
.hash = "12208114291786678c429e3680ce1fde6cc4f31f1ad3b735c4e530c1f990d854e7b3",
},
},
}