-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
63 lines (63 loc) · 2.82 KB
/
build.zig.zon
File metadata and controls
63 lines (63 loc) · 2.82 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.{
.name = .wlroots,
.version = "0.20.0",
.dependencies = .{
.wlroots_c = .{
.url = "https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/0.20.0-rc3/wlroots-0.20.0-rc3.tar.gz",
.hash = "N-V-__8AAFe5NQAIJY50SjQOa7Mzj8pWIQ7EfR897q7Y8Zb2",
.lazy = true,
},
.wayland_protocols = .{
.url = "https://github.com/allyourcodebase/wayland-protocols/archive/refs/tags/v1.47.0.tar.gz",
.hash = "wayland_protocols-1.47.0-qTDUBZsKAAA5hD-F27-Ue9FtT2g3WYgTKTiDbCkkbbQo",
.lazy = true,
},
.pixman = .{
.url = "https://github.com/Tomcat-42/pixman/archive/refs/tags/v0.46.4.tar.gz",
.hash = "pixman-0.46.4-pIcROfMlAABmJK5n2zE2QJTExqy4Q_8Dk5-NVjeoKbRk",
.lazy = true,
},
.xkbcommon = .{
.url = "https://github.com/allyourcodebase/xkbcommon/archive/refs/tags/v1.31.1.tar.gz",
.hash = "xkbcommon-1.13.1-gwljwTZSAACow_g5Kdrdl6w4dzmBS4U0jnKiFsF2uqvL",
.lazy = true,
},
.libdrm = .{
.url = "https://github.com/allyourcodebase/libdrm/archive/refs/tags/v2.4.131.tar.gz",
.hash = "libdrm-2.4.131-J31yV3AgAADybDJfQliVP46aB46wuFlXt571bcLVvhNF",
.lazy = true,
},
.libliftoff = .{
.url = "https://github.com/allyourcodebase/libliftoff/archive/refs/tags/v0.5.0.tar.gz",
.hash = "libliftoff-0.5.0-EFhKkrgOAAC6qf0-7U-DRIv-aQrLkykacrKjrB3zBeVU",
.lazy = true,
},
.libdisplay_info = .{
.url = "https://github.com/allyourcodebase/libdisplay-info/archive/refs/tags/v0.3.0.tar.gz",
.hash = "libdisplay_info-0.3.0-Kg3HjrAXAADu9qCXptzTuaqzL43r5ryDrYZXmyolCuUt",
.lazy = true,
},
.libseat = .{
.url = "https://github.com/allyourcodebase/libseat/archive/refs/tags/v0.9.3.tar.gz",
.hash = "libseat-0.9.3-ehu9wg4PAAAcdcyH5glmt3s64a6X7kXSk-SqZnir-PUS",
.lazy = true,
},
.lcms2 = .{
.url = "https://github.com/allyourcodebase/lcms2/archive/refs/tags/v2.18.0.tar.gz",
.hash = "lcms2-2.18.0-CNsMs50PAAAbhEQvq2uI5_O2vqgvYXvcDKwFw8QbzKSk",
.lazy = true,
},
.wayland = .{
.url = "https://github.com/Tomcat-42/wayland/archive/refs/tags/v1.24.0.tar.gz",
.hash = "wayland-1.24.0-4Z-QriBNAAAtiWSCpLS9pdujKOZWj5uC5l5dqU1VtzBG",
.lazy = true,
},
.util = .{
.url = "https://git.sr.ht/~phugen/util/archive/v0.1.9.tar.gz",
.hash = "util-0.1.7-icrIBU4cAQDnc7pooGY23ZhPgWkS4bgty4xX-72-4knr",
},
},
.minimum_zig_version = "0.16.0-dev.2535+b5bd49460",
.paths = .{ "build.zig", "build.zig.zon", "tools", "README.md", "LICENSE" },
.fingerprint = 0xea16ba69635db8d7,
}