2024-01-17 21:52:33 -06:00
|
|
|
.{
|
2024-01-28 21:36:30 -06:00
|
|
|
.name = "vaxis",
|
2024-02-09 12:27:22 -06:00
|
|
|
.version = "0.1.0",
|
2024-06-11 20:41:02 -05:00
|
|
|
.minimum_zig_version = "0.13.0",
|
2024-01-17 21:52:33 -06:00
|
|
|
.dependencies = .{
|
2024-02-11 21:59:33 +03:00
|
|
|
.zigimg = .{
|
2024-06-09 07:38:02 -04:00
|
|
|
.url = "git+https://github.com/zigimg/zigimg#3a667bdb3d7f0955a5a51c8468eac83210c1439e",
|
|
|
|
.hash = "1220dd654ef941fc76fd96f9ec6adadf83f69b9887a0d3f4ee5ac0a1a3e11be35cf5",
|
2024-06-04 21:06:17 +02:00
|
|
|
.lazy = true,
|
2024-01-17 21:52:33 -06:00
|
|
|
},
|
2024-03-12 07:38:23 -04:00
|
|
|
.gap_buffer = .{
|
2024-07-18 07:36:19 -05:00
|
|
|
.url = "git+https://github.com/ryleelyman/GapBuffer.zig#9039708e09fc3eb5f698ab5694a436afe503c6a6",
|
2024-06-07 06:38:45 -05:00
|
|
|
.hash = "1220f525973ae804ec0284556bfc47db7b6a8dc86464a853956ef859d6e0fb5fa93b",
|
2024-03-12 07:38:23 -04:00
|
|
|
},
|
2024-04-29 13:01:04 -05:00
|
|
|
.zg = .{
|
2024-06-11 14:00:02 -05:00
|
|
|
.url = "git+https://codeberg.org/dude_the_builder/zg?ref=master#689ab6b83d08c02724b99d199d650ff731250998",
|
|
|
|
.hash = "12200d1ce5f9733a9437415d85665ad5fbc85a4d27689fd337fecad8014acffe3aa5",
|
2024-04-29 13:01:04 -05:00
|
|
|
},
|
2024-05-30 09:41:45 -05:00
|
|
|
.libxev = .{
|
2024-06-09 07:38:02 -04:00
|
|
|
.url = "git+https://github.com/mitchellh/libxev#f6a672a78436d8efee1aa847a43a900ad773618b",
|
|
|
|
.hash = "12207b7a5b538ffb7fb18f954ae17d2f8490b6e3778a9e30564ad82c58ee8da52361",
|
2024-06-04 21:06:17 +02:00
|
|
|
.lazy = true,
|
2024-05-30 09:41:45 -05:00
|
|
|
},
|
2024-06-25 16:27:50 +09:00
|
|
|
.aio = .{
|
2024-07-08 08:40:21 +09:00
|
|
|
.url = "git+https://github.com/Cloudef/zig-aio#b5a407344379508466c5dcbe4c74438a6166e2ca",
|
|
|
|
.hash = "1220a55aedabdd10578d0c514719ea39ae1bc6d7ed990f508dc100db7f0ccf391437",
|
2024-06-25 16:27:50 +09:00
|
|
|
.lazy = true,
|
|
|
|
},
|
2024-01-17 21:52:33 -06:00
|
|
|
},
|
2024-05-22 13:56:25 -05:00
|
|
|
.paths = .{
|
|
|
|
"LICENSE",
|
|
|
|
"build.zig",
|
|
|
|
"build.zig.zon",
|
2024-05-30 17:38:13 +09:00
|
|
|
"src",
|
2024-05-22 13:56:25 -05:00
|
|
|
},
|
2024-01-17 21:52:33 -06:00
|
|
|
}
|