-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
29 lines (29 loc) · 1.14 KB
/
build.zig.zon
File metadata and controls
29 lines (29 loc) · 1.14 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
.{
.name = .WGVK,
.version = "0.0.1",
.minimum_zig_version = "0.15.1",
.paths = .{""},
.fingerprint = 0xfa41188e5ce82b6,
.dependencies = .{
.xcode_frameworks = .{
.url = "https://github.com/hexops/xcode-frameworks/archive/8a1cfb373587ea4c9bb1468b7c986462d8d4e10e.zip",
.hash = "N-V-__8AALShqgXkvqYU6f__FrA22SMWmi2TXCJjNTO1m8XJ",
.lazy = true,
},
.x11_headers = .{
.url = "git+https://github.com/AshishBhattarai/x11-headers#661167b237dabdbb5eb121ec3a01bb8ccbae3151",
.hash = "N-V-__8AAH_nQQBttmU7jRZ0CGYKGA917MrX9zX7S5GrxrMA",
.lazy = true,
},
.wayland_headers = .{
.url = "git+https://github.com/hexops/wayland-headers#7c53e7483c3cfb5c6780ae542c9f5cfa712a826a",
.hash = "N-V-__8AAJfbCQBWPD1WA6AuYSk8LAIj4Bo_KY-2Br8NEIKT",
.lazy = true,
},
.glfw = .{
.url = "git+https://github.com/allyourcodebase/glfw#79e7ba3d082765954b59c4f11a2f9b4ff1ecb350",
.hash = "glfw-0.0.0-R5AeUo0JGgBvENV2Oz-u0V_unpWhEJTfK4qckBH5da6e",
.lazy = true,
},
},
}