dotfiles/scripts/wlbg/build.zig.zon
2023-10-27 00:54:07 +02:00

12 lines
343 B
Plaintext

.{
.name = "wlbg",
.version = "0.0.0",
.paths = .{""},
.dependencies = .{
.wayland = .{
.url = "https://git.mzte.de/LordMZTE/zig-wayland/archive/85722422985f928087e56d90c3617ecb04232486.tar.gz",
.hash = "1220d992b223e473988d203d66d262e54141b59559c09587eb00231c800d46f9b408",
},
},
}