mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
12 lines
393 B
Text
12 lines
393 B
Text
.{
|
|
.name = "vinput",
|
|
.version = "0.0.0",
|
|
.paths = .{""},
|
|
.dependencies = .{
|
|
.common = .{ .path = "../../lib/common-zig" },
|
|
.wayland = .{
|
|
.url = "git+https://codeberg.org/ifreund/zig-wayland.git#092e3424345d9c0a9467771b2f629fa01560a69f",
|
|
.hash = "1220ab835f090bde18b74191e88c4ab3bd49364d310bd9912eccebd3c47bad7957a3",
|
|
},
|
|
},
|
|
}
|