-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
45 lines (45 loc) · 2.21 KB
/
build.zig.zon
File metadata and controls
45 lines (45 loc) · 2.21 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 = .ashrwm,
.version = "0.2.2",
.minimum_zig_version = "0.16.0",
.paths = .{""},
.dependencies = .{
.janet = .{
.url = "git+https://codeberg.org/shadowash8/zig-janet?ref=main#638d8d204d0bf52291016389fa6102f9c65a1165",
.hash = "janet-1.40.1-3XUN8XBHAACHFw6WZRjSbJ0BjX27rXCUvQKat43iHXgA",
},
.janet_wayland = .{
.url = "git+https://codeberg.org/ifreund/janet-wayland?ref=main#0aea1ae8c2b462d609fc739acceeb9ead315c07f",
.hash = "N-V-__8AAFKzAADGCCHsA4J38ww-aT3CFoj2MbSxtkWX0D50",
},
.wayland = .{
.url = "git+https://github.com/shadowash8/wayland-build.zig#4f52f0c5ef51de908b1797683f029d5260b03aaf",
.hash = "wayland-1.25.0-dxEBa-F8AABPX6jLWqVIso2VnrD-M_qAmdSPQxLaVZvL",
},
.libxkbcommon = .{
.url = "git+https://github.com/allyourcodebase/libxkbcommon.git?ref=1.13.1#8c31126430bec39d2cb5f06aa3c2667e006b32ea",
.hash = "libxkbcommon-1.13.1-93LaF2x7AgDgSrr8xjRYrYGhtGhJKcZMuID3M95APvl1",
},
.janet_xkbcommon = .{
.url = "git+https://codeberg.org/ifreund/janet-xkbcommon?ref=main#bdd15cd20329078e47abb30bddddfb7b28f52f66",
.hash = "N-V-__8AAGELAABqy7_LKHe7k7pcmtqO8MJth7xoJZSYvriG",
},
.spork = .{
.url = "git+https://github.com/janet-lang/spork?ref=master#4224d5678ec8bb8777a9075030cf38da52f2d70a",
.hash = "N-V-__8AAA3IEACRX8ha9Z5HVJLPzBt9S6Kt7oNfQsWh5vUN",
},
.lemongrass = .{
.url = "git+https://github.com/pyrmont/lemongrass?ref=master#906974b82ba06ed421e0c8cd9a56c6ddc4ca6820",
.hash = "N-V-__8AAPMqAQCbXJ9KGZ7pEepOFcJFiLb-PW0LlAOhlgtd",
},
.river = .{
.url = "git+https://codeberg.org/river/river?ref=v0.4.5#f6d961773711dc29d3eb5b60bd14744a6a33894f",
.hash = "river-0.4.5-_G6Njt6_CwB4aHyFxnYjZq2_hQLBK4iJd4MkvgWF6RZm",
},
.wayland_protocols = .{
.url = "git+https://gitlab.freedesktop.org/wayland/wayland-protocols?ref=1.48#02e63e74a807afed95bc25a386173110afef24e3",
.hash = "N-V-__8AAMCWEADA0AS-1LfBEtixZLJAb_XQKQpgSmR2uxAO",
},
},
.fingerprint = 0x36827645a282a823,
}