dotfiles/mzte-nv/build.zig.zon

14 lines
384 B
Text
Raw Normal View History

2023-04-23 18:07:38 +02:00
.{
.name = "mzte-nv",
.version = "0.0.0",
.dependencies = .{
2024-03-20 20:45:59 +01:00
.common = .{ .path = "../lib/common-zig" },
2023-04-23 18:07:38 +02:00
.znvim = .{
2024-06-21 18:43:42 +02:00
.url = "git+https://git.mzte.de/LordMZTE/znvim.git#593576ab90fe7745acef03b88849aa904c399731",
.hash = "122036fae770b609b5eca343a07dd735522f90c93f9ae1a5f89bc24480f5906cd777",
2023-04-23 18:07:38 +02:00
},
},
2023-10-14 10:19:21 +02:00
.paths = .{""},
2023-04-23 18:07:38 +02:00
}