dotfiles/scripts/vinput/build.zig.zon

13 lines
393 B
Text
Raw Normal View History

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