-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
45 lines (42 loc) · 1.76 KB
/
build.zig.zon
File metadata and controls
45 lines (42 loc) · 1.76 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
42
43
44
45
.{
.name = .engine,
.fingerprint = 0xe8a81a8d9f678cbf,
.version = "0.0.0",
.dependencies = .{
.zm = .{
.url = "git+https://github.com/griush/zm#b5d70485dfc78baa9251a06a844d860fd00e9bcf",
.hash = "zm-0.4.0-cLX-WdndAACqPRGqhCAsd65iTajgaVVwrXhoLUQFKTOt",
},
.shaderc_zig = .{
.url = "git+https://github.com/tiawl/shaderc.zig#69b67221988aa84c91447775ad6157e4e80bab00",
.hash = "shaderc_zig-1.0.0-mOl846VjAwDV8YlqQFVvFsWsBa6dLNSiskpTy7lC1hmD",
},
.vulkan = .{
.url = "git+https://github.com/Snektron/vulkan-zig?ref=zig-0.15-compat#f879074293f0e2f718c93fd19cc0a96260a3aa52",
.hash = "vulkan-0.0.0-r7Ytx6hBAwBUnt0XA-uOkR2hda4fAHFhQITNTgJpnFkY",
},
.X11_zig = .{
.url = "git+https://github.com/tiawl/X11.zig/#323f08e3f0661ece485e70ee8a76691792f8f8e5",
.hash = "X11_zig-1.0.0-UuAzbPsmQwC47kCPCoxR7xTsNXNZfltD3t9jAig20_d0",
.lazy = true,
},
.wayland_zig = .{
.url = "git+https://github.com/tiawl/wayland.zig#7828c270013cb137297dbc54b76d3e19a21b83d2",
.hash = "wayland_zig-1.0.0-JmY-j58-CgCm8e2k4OXero6r99fxEzVXYb5PemjeVBiy",
},
.vulkan_zig = .{
.url = "git+https://github.com/tiawl/vulkan.zig#5489af6a42c5009001359edd1afe2e992954dee4",
.hash = "vulkan_zig-1.0.0-p2wg3jo1HwGrGd67vKjVjhP1rgZeqUM_oIyu88-e82bK",
},
.slang_zig = .{
.url = "git+https://github.com/raugl/slang-zig#cf161274b9b7795de6509de94ecbe3d0ae8d1116",
.hash = "slang_zig-0.0.0-AUGG4QoNBAD-qo1l_xk6pj9dsBP8XniD3IaTyG-5Ya4J",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"engine",
"test",
},
}