37 lines
1.4 KiB
Zig
37 lines
1.4 KiB
Zig
.{
|
|
.name = "vaxis",
|
|
.version = "0.1.0",
|
|
.minimum_zig_version = "0.12.0",
|
|
.dependencies = .{
|
|
.zigimg = .{
|
|
.url = "git+https://github.com/zigimg/zigimg#3a667bdb3d7f0955a5a51c8468eac83210c1439e",
|
|
.hash = "1220dd654ef941fc76fd96f9ec6adadf83f69b9887a0d3f4ee5ac0a1a3e11be35cf5",
|
|
.lazy = true,
|
|
},
|
|
.gap_buffer = .{
|
|
.url = "git+https://github.com/ryleelyman/GapBuffer.zig#main",
|
|
.hash = "1220f525973ae804ec0284556bfc47db7b6a8dc86464a853956ef859d6e0fb5fa93b",
|
|
.lazy = true,
|
|
},
|
|
.znvim = .{
|
|
.url = "git+https://github.com/jinzhongjia/znvim#515fb2784f7b0db2ea7a0021aada8d4aa89a08fe",
|
|
.hash = "1220ca0a762fdf3172623e3f15890e396c975657d8ec57d907896f74ef94a37b73f2",
|
|
.lazy = true,
|
|
},
|
|
.zg = .{
|
|
.url = "git+https://codeberg.org/dude_the_builder/zg#6d2ba3ff8f3cb7c86cef2b2176fb5b4a72c104dc",
|
|
.hash = "1220da2679c872f73b60b8071d96b9b0e7790ac1a1597e02bf91807d6089f3c89005",
|
|
},
|
|
.libxev = .{
|
|
.url = "git+https://github.com/mitchellh/libxev#f6a672a78436d8efee1aa847a43a900ad773618b",
|
|
.hash = "12207b7a5b538ffb7fb18f954ae17d2f8490b6e3778a9e30564ad82c58ee8da52361",
|
|
.lazy = true,
|
|
},
|
|
},
|
|
.paths = .{
|
|
"LICENSE",
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
}
|