dotfiles/scripts/mzteriver/build.zig.zon

15 lines
398 B
Text
Raw Normal View History

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