dotfiles/scripts/wlbg/build.zig.zon
2024-03-19 22:02:31 +01:00

16 lines
556 B
Plaintext

.{
.name = "wlbg",
.version = "0.0.0",
.paths = .{""},
.dependencies = .{
.wayland = .{
.url = "git+https://git.mzte.de/LordMZTE/zig-wayland#4de9f2d6d5fddae1fbb29e21fd1dae69e646ab7d",
.hash = "1220d6448c277e5c41348aa95ce2ba2fc92a92cb7a9e9783edf0f816cd0260122d31",
},
.xev = .{
.url = "git+https://github.com/mitchellh/libxev#418cac65473668b02cc5a85194042bdaf04acd00",
.hash = "12203116ff408eb48f81c947dfeb06f7feebf6a9efa962a560ac69463098b2c04a96",
},
},
}