-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
30 lines (30 loc) · 1.34 KB
/
build.zig.zon
File metadata and controls
30 lines (30 loc) · 1.34 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
.{
.name = .rhi,
.version = "0.0.0",
.fingerprint = 0x317e5d7f685d6ba3,
.minimum_zig_version = "0.16.0",
.dependencies = .{
.vma = .{ .path = "deps/vma", .lazy = true },
.zwindows = .{
.url = "git+https://github.com/zig-gamedev/zwindows.git#e2c049ff9abd7a3d32e5aaa04223fc9eee2c593a",
.hash = "zwindows-0.2.0-dev-xMZ1u9hgDAAvgSPmVyhXSpSuq3chYsBsUXfb8E_W88Eo",
},
.vulkan_headers = .{
.url = "https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.3.283.tar.gz",
.hash = "N-V-__8AAAkkoQGn5z1yoNVrwqZfnYmZp8AZ5CJgoHRMQI0c",
},
.sdl = .{
.url = "git+https://github.com/castholm/SDL.git#1994ca5dbad5a3e3c670a9ab8533d86cfd97bdc0",
.hash = "sdl-0.2.6+3.2.20-7uIn9NgjfwHH5a6HhyLHat2nHU3OP5B05QHhKJKuxEex",
},
.vulkan = .{
.url = "git+https://github.com/flying-swallow/vulkan-zig.git#cab23a834860368e0df29dc0923433a5cee78f2e",
.hash = "vulkan-0.0.0-r7Ytx9BnAwBUrPOrbx3zwJqVUpSjNKzOLBaxaNj6tUU-",
},
.zla = .{
.url = "git+https://github.com/flying-swallow/zig-linear-algebra.git#02ae65d4235e8db9f9a54c68506bc952afbdcad6",
.hash = "zla-0.0.2-zqm18F6nAQBFAQsYpFl_Jr0lzud3zGK6y0N1l2Djm3R_",
},
},
.paths = .{ "build.zig", "build.zig.zon", "src" },
}