-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbuild.zig.zon
28 lines (26 loc) · 907 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
28
.{
.name = .jido,
.fingerprint = 0xee45eabe36cafb57,
.version = "0.8.1",
.minimum_zig_version = "0.14.0",
.dependencies = .{
.vaxis = .{
.url = "git+https://github.com/rockorager/libvaxis#1e24e0dfb509e974e1c8713bcd119d0ae032a8c7",
.hash = "vaxis-0.1.0-BWNV_MHyCAARemSCSwwc3sA1etNgv7ge0BCIXspX6CZv",
},
.fuzzig = .{
.url = "git+https://github.com/fjebaker/fuzzig#44c04733c7c0fee3db83672aaaaf4ed03e943156",
.hash = "fuzzig-0.1.1-AAAAALNIAQBmbHr-MPalGuR393Vem2pTQXI7_LXeNJgX",
},
.zuid = .{
.url = "git+https://github.com/KeithBrown39423/zuid#b6129f6cee45bd90b7ac97b8839dc28d21bedcb2",
.hash = "zuid-2.0.0-AAAAADxXAAA4MAzwwRhfZ9AC2FMPZ8hUrZbfpmJ_azpK",
},
},
.paths = .{
"LICENSE",
"build.zig",
"build.zig.zon",
"src",
},
}