dotfiles/scripts/mzteriver/build.zig.zon

14 lines
398 B
Text

.{
.name = "mzteriver",
.version = "0.0.0",
.dependencies = .{
.common = .{ .path = "../../lib/common-zig" },
.wayland = .{
.url = "git+https://codeberg.org/ifreund/zig-wayland.git#092e3424345d9c0a9467771b2f629fa01560a69f",
.hash = "1220ab835f090bde18b74191e88c4ab3bd49364d310bd9912eccebd3c47bad7957a3",
},
},
.paths = .{""},
}