-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathbuild.zig.zon
29 lines (29 loc) · 1.13 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
.{
.paths = .{
"src",
"build.zig",
"build.zig.zon",
"assets",
},
.name = "pixi",
.version = "0.0.2",
.dependencies = .{
.mach = .{
.path = "src/.temp/mach-dev/",
// .url = "https://pkg.machengine.org/mach/8bd988d21dc77d14f4eaff45187ea91241f4f738.tar.gz",
// .hash = "1220843439075c711575d222c20577106449a5ede322a4a51361f1ac7d359fa3145a",
},
.zig_imgui = .{
.url = "https://github.com/foxnne/zig-imgui/archive/e9e49f12d76ce8ca32fdc81f93084ccd4f1f7c40.tar.gz",
.hash = "122040e7b6ca5890c8b64d961ff64c5b14f3867a83bd987a916f0316528195c6706f",
},
.zstbi = .{
.url = "https://github.com/foxnne/zstbi/archive/d9a0947365b1ee8131fcf518feac8dfe896cfcfa.tar.gz",
.hash = "1220ce381d38f9ce6db428405b7884d139cab8173d3bf7d950582991d941c868423a",
},
.zmath = .{
.url = "https://github.com/foxnne/zmath/archive/9620a611a8c039711dc780bf296d8dc100d16d3a.tar.gz",
.hash = "12201b9f28adb918c2ffaf75b57a4b714a864038f8ba3e2d9f730187d0a852b952e1",
},
},
}