-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.zig.zon
35 lines (32 loc) · 1.35 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
32
33
34
35
.{
.name = "v2d",
.version = "0.0.0",
.minimum_zig_version = "0.13.0",
.dependencies = .{
.mach = .{
.url = "https://github.com/hexops/mach/archive/51e689950524b53ebe493db5b6300329e3795644.tar.gz",
.hash = "1220588c5a48731c5c9c778386e7717902f1b828ccdf9a14585e3b241b3067299557",
},
.zigimg = .{
.url = "https://github.com/zigimg/zigimg/archive/5b5d718159c6ec223a54c9bb960690576e5df9c2.tar.gz",
.hash = "122040d9cc905342547e1e9da227a7f16fae5e7ae23134cb62aaef64c5b2c4f58828",
},
.zigcv = .{
.url = "https://github.com/Froxcey/zigcv/archive/8076f266f97aa867f2c1dfc5e0465fe0cc4ce8d3.tar.gz",
.hash = "1220297fdd362e2f58937f2cd965bbccedcca9cf932d08afaf6e170c91fdcbd4c29e",
},
.@"mach-imgui" = .{
.url = "https://github.com/Froxcey/mach-imgui/archive/aff7ec70e28494a6ecf9d1c12691a308e66357b2.zip",
.hash = "122027ed6b328745ec9065ed77aa8b4ca94a9aba3fad51315d3a69a1e4d3083e74f1",
},
.nfd = .{
.url = "https://github.com/Froxcey/nfd-zig/archive/f6d36231ca34eeb7668c3672b7892a0490608171.tar.gz",
.hash = "122074ece772fc03abffa254b6e717aa3efc86832488954ac6a962e02a039d781ed1",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}