-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
36 lines (34 loc) · 1.24 KB
/
build.zig.zon
File metadata and controls
36 lines (34 loc) · 1.24 KB
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
32
33
34
35
36
.{
.name = .disco,
.version = "0.1.0",
.fingerprint = 0x29d40cbdfe991cb5,
.dependencies = .{
.cova = .{
.url = "git+https://github.com/00jciv00/cova?ref=main#a6c0e039f1f3f1cac1b661a19cbd62e08f7c30b9",
.hash = "cova-0.10.1-_OE4R2GzBADgtxZ-18SYW3tXUiKfQp6fdshEAPfg-yiq",
},
//.cova = .{
// .path = "../cova/",
//},
.zeit = .{
.url = "https://github.com/rockorager/zeit/archive/ade14edb2025f5e4a57b683f81c915f70a904e88.tar.gz",
.hash = "zeit-0.6.0-5I6bk7V8AgAY0-hM-vUYtKZUFYhXct-VRkqISNNTfEfb",
},
//.vaxis = .{
// //.url = "https://github.com/rockorager/libvaxis/archive/4f6c1fc75c1e406e8db19fec4f447f3a183663f0.tar.gz",
// //.hash = "vaxis-0.5.1-BWNV_OAsCQA13jnKNnBh97YjTP4K4YwAT-pkH-RaHlMI",
//},
.vaxis = .{
.url = "git+https://github.com/00jciv00/libvaxis?ref=main#626e88455eaf455d6c8a896a51679e5ea9656edb",
.hash = "vaxis-0.5.1-BWNV_IE2CQArML5X0nuN7xX6HsWeQGBMz9fTzWGn_LH0",
},
//.vaxis = .{
// .path = "../others/libvaxis_personal/",
//},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}