Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git
build: bump dependencies to tagged versions
build.zig.zon | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/build.zig.zon b/build.zig.zon
index 32803e6..55a74c6 100644
--- a/build.zig.zon
+++ b/build.zig.zon
@@ -16,12 +16,12 @@
.hash = "pixman-0.3.0-LClMnz2VAAAs7QSCGwLimV5VUYx0JFnX5xWU6HwtMuDX",
},
.wayland = .{
- .url = "git+https://codeberg.org/ifreund/zig-wayland#4a150a04f76f7329e80280661355c04328369d1f",
- .hash = "wayland-0.6.0-dev-lQa1krD8AQBlMqwuhAMJjPQKXvpRByZBxxqMVAZ7yzbG",
+ .url = "https://codeberg.org/ifreund/zig-wayland/archive/v0.6.0.tar.gz",
+ .hash = "wayland-0.6.0-lQa1kqz8AQADQmdNJsNhLoNHcnEGEUjrOaPV-dtEnEmX",
},
.wlroots = .{
- .url = "https://codeberg.org/ifreund/zig-wlroots/archive/v0.20.0.tar.gz",
- .hash = "wlroots-0.20.0-jmOlcmtCBADS6eoJ6mkeiSNZkibrhD-c5Qwn-LiM86r1",
+ .url = "https://codeberg.org/ifreund/zig-wlroots/archive/v0.20.1.tar.gz",
+ .hash = "wlroots-0.20.1-jmOlcqNVBAB3uB5oqBTzpRlwu-FmMyyZMVAWCe5kmcSt",
},
.xkbcommon = .{
.url = "https://codeberg.org/ifreund/zig-xkbcommon/archive/v0.4.0.tar.gz",