-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
35 lines (33 loc) · 1.4 KB
/
Copy pathbuild.zig.zon
File metadata and controls
35 lines (33 loc) · 1.4 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
.{
.name = .wraith,
.version = "0.0.0",
.fingerprint = 0xe8511a24b26ef773,
.dependencies = .{
.ghostty = .{
.url = "https://github.com/gabydd/ghostty/archive/3005141f63f752342cdfcc7d58dcf103f569f3b4.tar.gz",
.hash = "ghostty-1.1.3-5UdBC58c6gIpKSCutm-_6D0fDcAhiJHTNB2viJ6PdIl9",
},
.zig_wayland = .{
.url = "https://codeberg.org/ifreund/zig-wayland/archive/f3c5d503e540ada8cbcb056420de240af0c094f7.tar.gz",
.hash = "wayland-0.4.0-dev-lQa1kjfIAQCmhhQu3xF0KH-94-TzeMXOqfnP0-Dg6Wyy",
},
.zig_xkbcommon = .{
.url = "https://codeberg.org/ifreund/zig-xkbcommon/archive/87e0910e12af79cbb74a37143c881abea32c96b7.tar.gz",
.hash = "xkbcommon-0.4.0-dev-VDqIe3a9AQDQa1H4Vh7__mVphznD-7tyNWdnjFgf-9fC",
},
.libxev = .{
.url = "https://github.com/mitchellh/libxev/archive/3df9337a9e84450a58a2c4af434ec1a036f7b494.tar.gz",
.hash = "libxev-0.0.0-86vtc-ziEgDbLP0vihUn1MhsxNKY4GJEga6BEr7oyHpz",
},
// must be kept up to date with ghostty
.iterm2_themes = .{
.url = "https://github.com/mbadolato/iTerm2-Color-Schemes/archive/e348884a00ef6c98dc837a873c4a867c9164d8a0.tar.gz",
.hash = "N-V-__8AAOCKKgR3_ixUa8LPz0Zz8okA9C6A3kXVLbmdLsGP",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}