dotfiles/plugins/mzte-mpv/build.zig.zon

9 lines
157 B
Plaintext

.{
.name = "mzte-mpv",
.version = "0.0.0",
.paths = .{""},
.dependencies = .{
.common = .{ .path = "../../lib/common-zig" },
}
}