dotfiles/scripts/wlbg/build.zig.zon
2023-10-27 15:30:28 +02:00

16 lines
578 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",
},
.xev = .{
.url = "https://github.com/mitchellh/libxev/archive/5ecbc871f3bfa80fb7bf0fa853866cb93b99bc18.tar.gz",
.hash = "1220416854e424601ecc9814afb461a5dc9cf95db5917d82f794594a58ffc723b82c",
},
},
}