dotfiles/scripts/wlbg/build.zig.zon

13 lines
391 B
Text
Raw Normal View History

2023-10-27 00:54:07 +02:00
.{
.name = "wlbg",
.version = "0.0.0",
.paths = .{""},
.dependencies = .{
2024-03-20 20:45:59 +01:00
.common = .{ .path = "../../lib/common-zig" },
2023-10-27 00:54:07 +02:00
.wayland = .{
2024-06-21 18:43:42 +02:00
.url = "git+https://codeberg.org/ifreund/zig-wayland.git#092e3424345d9c0a9467771b2f629fa01560a69f",
.hash = "1220ab835f090bde18b74191e88c4ab3bd49364d310bd9912eccebd3c47bad7957a3",
},
2023-10-27 00:54:07 +02:00
},
}