mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-13 21:41:47 +01:00
12 lines
389 B
Text
12 lines
389 B
Text
.{
|
|
.name = "vinput",
|
|
.version = "0.0.0",
|
|
.paths = .{""},
|
|
.dependencies = .{
|
|
.common = .{ .path = "../../lib/common-zig" },
|
|
.wayland = .{
|
|
.url = "git+https://git.mzte.de/LordMZTE/zig-wayland#1164c9eaa59442e6a8ec8e994fd5d30c23e4ed6d",
|
|
.hash = "122064a0e836c603b42720f101cd1b983f9b79f2457b58afdfa1aca1d7c406e80b83",
|
|
},
|
|
},
|
|
}
|