rotint/deps/libvaxis/build.zig.zon
torque 7692cb4bc7
init
I will never get tired of vendoring dependencies. ha ha. It is possible
I am insane. I had to do a lot of pruning to get these not to be
ridiculous (especially the unicode data, which had nearly 1 million
lines of... stuff).
2024-08-09 19:26:32 -07:00

17 lines
351 B
Zig

.{
.name = "vaxis",
.version = "0.1.0",
.minimum_zig_version = "0.13.0",
.dependencies = .{
.gap_buffer = .{ .path = "../GapBuffer" },
.zg = .{ .path = "../zg" },
.libxev = .{ .path = "../libxev" },
},
.paths = .{
"LICENSE",
"build.zig",
"build.zig.zon",
"src",
},
}