-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
41 lines (41 loc) · 1.77 KB
/
build.zig.zon
File metadata and controls
41 lines (41 loc) · 1.77 KB
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
.{
.name = .engine,
.version = "0.0.0",
.fingerprint = 0xe8a81a8d5ecb6f3b,
.minimum_zig_version = "0.15.1",
.dependencies = .{
.vulkan_zig = .{
.url = "https://github.com/Snektron/vulkan-zig/archive/refs/heads/zig-0.15-compat.zip",
.hash = "vulkan-0.0.0-r7Ytx6hBAwBUnt0XA-uOkR2hda4fAHFhQITNTgJpnFkY",
},
.vulkan_headers = .{
.url = "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/heads/main.zip",
.hash = "N-V-__8AAESg9gHKzlANbo03d4Fcb5m_5aZXJXIhYbWzCe4G",
},
.cimgui_zig = .{
.url = "git+https://github.com/tiawl/cimgui.zig?ref=docking#e371ad0b026794d4847268b7450a81233fdab342",
.hash = "cimgui_zig-1.0.0-2XubkiN9XwCFJxJXyDoF7l_NHADKOHcLQLn8a7KZf3c3",
},
.glfw_zig = .{
.url = "git+https://github.com/tiawl/glfw.zig?ref=X11.zig-libXfixes-6.0.2#1e6ea9b8d0b9cfadb76f9d0cab88310101161f20",
.hash = "glfw_zig-1.0.0-NrvYoy7XGQC81KLHUCl9TBUJg8BENZ_3Wtzo2Ap_zyvM",
},
.vulkan = .{
.url = "git+https://github.com/Snektron/vulkan-zig.git#4b7b9a8b949f326d85d9eff5013f445fb95ffbab",
.hash = "vulkan-0.0.0-r7Ytx5BBAwCay_2JFZPIdfMhfu28r5znPs1-DXRmuMIk",
},
.wayland = .{
.url = "git+https://codeberg.org/ifreund/zig-wayland.git#1b5c038ec10da20ed3a15b0b2a6db1c21383e8ea",
.hash = "wayland-0.5.0-dev-lQa1khrMAQDJDwYFKpdH3HizherB7sHo5dKMECfvxQHe",
},
.zlm = .{
.url = "git+https://github.com/ziglibs/zlm.git#93ae19f624bd13eee4335eb30a28aac6897795c5",
.hash = "zlm-0.1.0-LoZ6yMqsAAD-97Rj6egP9ja5o3CF96IvvruK-lGA7mkX",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}