dotfiles/scripts/vinput/build.zig.zon

13 lines
389 B
Plaintext
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-04-19 13:16:00 +02:00
.url = "git+https://git.mzte.de/LordMZTE/zig-wayland#1164c9eaa59442e6a8ec8e994fd5d30c23e4ed6d",
.hash = "122064a0e836c603b42720f101cd1b983f9b79f2457b58afdfa1aca1d7c406e80b83",
},
},
}