mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
28 lines
1.1 KiB
Diff
28 lines
1.1 KiB
Diff
--- a/build.zig.zon
|
|
+++ b/build.zig.zon
|
|
@@ -4,20 +4,16 @@
|
|
.paths = .{""},
|
|
.dependencies = .{
|
|
.@"zig-pixman" = .{
|
|
- .url = "https://codeberg.org/ifreund/zig-pixman/archive/v0.2.0.tar.gz",
|
|
- .hash = "12209db20ce873af176138b76632931def33a10539387cba745db72933c43d274d56",
|
|
+ .path = "deps/zig-pixman",
|
|
},
|
|
.@"zig-wayland" = .{
|
|
- .url = "https://codeberg.org/ifreund/zig-wayland/archive/v0.2.0.tar.gz",
|
|
- .hash = "1220687c8c47a48ba285d26a05600f8700d37fc637e223ced3aa8324f3650bf52242",
|
|
+ .path = "deps/zig-wayland",
|
|
},
|
|
.@"zig-wlroots" = .{
|
|
- .url = "https://codeberg.org/ifreund/zig-wlroots/archive/v0.18.0.tar.gz",
|
|
- .hash = "12204d789e17c158971f69c7b900e8d8f288e7b9e42b2242f3adfbca57e8266d848f",
|
|
+ .path = "deps/zig-wlroots",
|
|
},
|
|
.@"zig-xkbcommon" = .{
|
|
- .url = "https://codeberg.org/ifreund/zig-xkbcommon/archive/v0.2.0.tar.gz",
|
|
- .hash = "1220c90b2228d65fd8427a837d31b0add83e9fade1dcfa539bb56fd06f1f8461605f",
|
|
+ .path = "deps/zig-xkbcommon",
|
|
},
|
|
},
|
|
}
|