-
Notifications
You must be signed in to change notification settings - Fork 5
/
build.zig.zon
42 lines (41 loc) · 1.96 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
36
37
38
39
40
41
42
.{
.name = "moonshine",
.version = "0.0.0",
.dependencies = .{
.vulkan_zig = .{
.url = "https://github.com/Snektron/vulkan-zig/archive/e43d635893de4c8b89d5ca8aa142984872b7e68f.tar.gz",
.hash = "122064f889ea10097a67fc28744fe95d0bfde9af252de147a9b90aa55cecfc30c01c",
},
.vulkan_headers = .{
.url = "https://github.com/KhronosGroup/Vulkan-Headers/archive/d91597a82f881d473887b560a03a7edf2720b72c.tar.gz",
.hash = "12202a292251ee4089ba107bff1357ac705c004bf7546f9cb852a1fb5019ba36ca65",
},
.cimgui = .{
.url = "https://github.com/ashpil/cimgui/archive/97684ddceec2e4b9d15c4d6aa67dd7230f94b513.tar.gz",
.hash = "1220c6cae6769d51e7e0b94b0a7e46dbca685b8a196ed3bb17d18b7e767f4c54e0ed",
},
.imgui = .{
.url = "https://github.com/ocornut/imgui/archive/refs/tags/v1.90.6.tar.gz",
.hash = "1220ff68019b489a1567e4ef5eca451cf135391f7052442a6f0cff78fbe5cde903da",
},
.glfw = .{
.url = "https://github.com/glfw/glfw/archive/b35641f4a3c62aa86a0b3c983d163bc0fe36026d.tar.gz",
.hash = "1220652aad4648a186946f8fe6ff678f71769ca41ec0db9d6c3bd976b443f9cbcfa7",
},
.tinyexr = .{
.url = "https://github.com/syoyo/tinyexr/archive/5fcb4dcb6e3abf96214b67e5c54db1ceec6a455c.tar.gz",
.hash = "1220a8e86c279b89ae07dbb82585334a5c53ebc49a5681a4d7eb757fe8b30d7aeb38",
},
.zgltf = .{
.url = "https://github.com/kooparse/zgltf/archive/36f4f23950cd24e5d50d2b4d078427e475a7a97d.tar.gz",
.hash = "122010e9def709e671fc90b8b4342567a18bbe3a794988ba8b7cc5ab7e3699fd0674",
},
.zigimg = .{
.url = "https://github.com/zigimg/zigimg/archive/5b5d718159c6ec223a54c9bb960690576e5df9c2.tar.gz",
.hash = "122040d9cc905342547e1e9da227a7f16fae5e7ae23134cb62aaef64c5b2c4f58828",
},
},
.paths = .{
"",
},
}