libvaxis/build.zig.zon

38 lines
1.4 KiB
Text
Raw Normal View History

.{
.name = "vaxis",
.version = "0.1.0",
2024-05-01 00:20:35 +02:00
.minimum_zig_version = "0.12.0",
.dependencies = .{
.zigimg = .{
.url = "git+https://github.com/zigimg/zigimg#637974e2d31dcdbc33f1e9cc8ffb2e46abd2e215",
.hash = "122012026c3a65ff1d4acba3b3fe80785f7cee9c6b4cdaff7ed0fbf23b0a6c803989",
2024-06-04 21:06:17 +02:00
.lazy = true,
},
.gap_buffer = .{
.url = "https://github.com/ryleelyman/GapBuffer.zig/archive/6a746497d5a2494026d0f471e42556f1f153f153.tar.gz",
.hash = "12205354d9903e773f9d934dcfe756b0b5ffd895571ad631ab86ebc1aebba074dd82",
2024-06-04 21:06:17 +02:00
.lazy = true,
},
.znvim = .{
.url = "git+https://github.com/jinzhongjia/znvim#7927b8042872d5fa5f30862302bea1290d372d4f",
.hash = "12202372c2043a9ac557144d327c09638ccd8d615bba459ba17d1a7a4197a213d939",
2024-06-04 21:06:17 +02:00
.lazy = true,
},
.zg = .{
.url = "git+https://codeberg.org/dude_the_builder/zg#16735685fcc3410de361ba3411788ad1fb4fe188",
.hash = "1220fe9ac5cdb41833d327a78745614e67d472469f8666567bd8cf9f5847a52b1c51",
},
.libxev = .{
2024-06-01 01:50:48 +02:00
.url = "git+https://github.com/mitchellh/libxev#b3f9918776b8700b337b7ebe769060328fe246b0",
.hash = "122044caf67c7833c7110dc93531031899e459a6818ed125a0bcfdb0b5243bd7700b",
2024-06-04 21:06:17 +02:00
.lazy = true,
},
},
.paths = .{
"LICENSE",
"build.zig",
"build.zig.zon",
"src",
},
}