-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
28 lines (28 loc) · 1.07 KB
/
build.zig.zon
File metadata and controls
28 lines (28 loc) · 1.07 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
.{
.name = .tonebender,
.version = "1.0.0",
.fingerprint = 0xa555e878cd35929f,
.dependencies = .{
.clap_bindings = .{
.url = "git+https://git.sr.ht/~interpunct/clap-zig-bindings#c9214959a61fac3cd46925f0e5c15e7042c8be01",
.hash = "clap_bindings-1.0.3-9TIcDTU4AQA_9xny0CgWy1x9TneujksAo-xzV1rFBqBB",
},
.dvui = .{
.url = "git+https://github.com/david-vanderson/dvui#ca018d707a62a4dc056f7cc0f466015cc0758ebe",
.hash = "dvui-0.2.0-AQFJmd-T0gCNcZzepi0AFm2iAVVABgtU09aW45pLlPlz",
},
.wio = .{
.url = "git+https://github.com/ypsvlq/wio#c41a2a19cbf2ec2c12c70a1fb2bf9d780c93722b",
.hash = "wio-0.0.0-8xHrr-GrBADTqD32Z3W7KBsje7i53P7bKmVGw9jRrYsA",
},
.zigglgen = .{
.url = "git+https://github.com/castholm/zigglgen.git#048d4a859bac9eb17743ede5dcab8b9dfa06ab6e",
.hash = "zigglgen-0.4.0-bmyqLYHOLgBMnx2o3NRCxM0pqTZ2k72nUBkL5xCm5sU-",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}