mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 15:43:41 +01:00
14 lines
394 B
Zig
14 lines
394 B
Zig
.{
|
|
.name = "mzteriver",
|
|
.version = "0.0.0",
|
|
|
|
.dependencies = .{
|
|
.common = .{ .path = "../../lib/common-zig" },
|
|
.wayland = .{
|
|
.url = "git+https://git.mzte.de/LordMZTE/zig-wayland#4f4ade382d582845b092de450527e3e7e0133f07",
|
|
.hash = "122087ee3bdff43049bf1d58513622c5f3c1430308665af0ee8961a22b60c4c10c1a",
|
|
},
|
|
},
|
|
|
|
.paths = .{""},
|
|
}
|