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).
14 lines
255 B
Zig
14 lines
255 B
Zig
.{
|
|
.name = "rotint",
|
|
.version = "0.0.0",
|
|
.dependencies = .{
|
|
.vaxis = .{ .path = "deps/libvaxis" },
|
|
.xev = .{ .path = "deps/libxev" },
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
}
|