-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbuild.zig.zon
42 lines (41 loc) · 1.97 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/ashpil/zgltf/archive/0387c78e7908399ab20628b51d368f8bfa05cae9.tar.gz",
.hash = "1220531a8e6b1e3f45fae01cda2621e1c714694dffd93c97f21b74bea277be479a11",
},
.wuffs = .{
.url = "https://github.com/google/wuffs-mirror-release-c/archive/a29749ebe0be57d2b19d8406475bd2326d0f1a85.tar.gz",
.hash = "12206bf55111ad97343300f10dc376cc89c36993c5f7564c6948eaaf4514b060dbb0",
},
},
.paths = .{
"",
},
}