mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-12 13:01:56 +01:00
8 lines
157 B
Text
8 lines
157 B
Text
.{
|
|
.name = "playvid",
|
|
.version = "0.0.0",
|
|
.paths = .{""},
|
|
.dependencies = .{
|
|
.common = .{ .path = "../../lib/common-zig" },
|
|
},
|
|
}
|