-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.zig.zon
31 lines (31 loc) · 1.25 KB
/
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
28
29
30
31
.{
.name = "nov",
.version = "0.0.0",
.minimum_zig_version = "0.13.0",
.dependencies = .{
.clap = .{
.url = "git+https://github.com/Hejsil/zig-clap#e9207ad2b86131fa9f0dfbd5c68cafd67f00fe64",
.hash = "1220cb2f28680ef73c1020bfd8c7b08de38821b0bc19b5469f60dcf813f1d8455dbd",
},
.@"isocline-zig" = .{
.url = "git+https://github.com/ratakor/isocline-zig#949b42087c64a58307424a1d30765183171b851f",
.hash = "1220a6931c89c1a5d891015857e265544cdee0520b7af905103fabeaf35aa7546e18",
},
.@"known-folders" = .{
// TODO: replace with ziglibs once https://github.com/ziglibs/known-folders/pull/55 gets merged
.url = "git+https://github.com/ratakor/known-folders.git#fb176575f1ba9c0042d5a866a900f44ec6deb8f2",
.hash = "122019466baf1594cc2a939864890b7f9743db30f92da2e514ccc3cc03a859abc5fd",
},
.axe = .{
.url = "git+https://github.com/Ratakor/axe#47988c46e747ed305e2cbb6fda67aedc74608b6d",
.hash = "122079591ca8217cd2ead5ad42f804b25b950c80de2f6ae073e527b9c16de6b43cc9",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
"README.md",
},
}