-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuild.zig.zon
24 lines (24 loc) · 989 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
.{
.name = "spaceporn",
.version = "0.1.0",
.minimum_zig_version = "0.11.0",
.paths = .{ "", },
.dependencies = .{
.cimgui = .{
.url = "https://github.com/tiawl/cimgui.zig/archive/refs/tags/v1.91.7.tar.gz",
.hash = "1220b0863118d3af14a5d35dd221a91e9eee302c4f58a75a0405c3db3d0a46af8250",
},
.shaderc = .{
.url = "https://github.com/tiawl/shaderc.zig/archive/refs/tags/v2024.4.tar.gz",
.hash = "1220093ea4d0f8c71548e160c9f5ecf937087d8a37784ae012a3caf593f77fdd67c3",
},
.@"zig-datetime" = .{
.url = "https://github.com/frmdstryr/zig-datetime/archive/70aebf28fb3e137cd84123a9349d157a74708721.tar.gz",
.hash = "122077215ce36e125a490e59ec1748ffd4f6ba00d4d14f7308978e5360711d72d77f",
},
.jdz_allocator = .{
.url = "https://github.com/joadnacer/jdz_allocator/archive/ea14e0efc3328a6b9e7dd53bb91b9eec2efe3f96.tar.gz",
.hash = "12205353c7f550b1aadf245d70a30d5a0a92eb151f735e15358ff35fcfe53343c93f",
},
},
}