-
-
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 = .{
.url = "https://pkg.machengine.org/mach/b14f8e69ee8eb834695eb0d0582053e555d10156.tar.gz",
.hash = "12208832468a607cf5da2e724b4386dd41c433b08e98b1ef28302f0f981e96045c1d",
},
.zig_imgui = .{
//.path = "src/.temp/zig-imgui/",
.url = "https://github.com/foxnne/zig-imgui/archive/5aafd039bddc3345e2035016d43a45b8d846b7a2.tar.gz",
.hash = "1220034e62c3bf2572bb37a3e15d137c835aa578bc3102d4e64ca463bfe655d7321a",
},
.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",
},
},
}