vidzig/build.zig.zon
LordMZTE a55235ba48
Some checks failed
/ test (push) Successful in 4m31s
/ push-nix (push) Failing after 5m54s
chore: update to Zig 0.13.0
2024-06-21 19:34:16 +02:00

20 lines
801 B
Text

.{
.name = "vidzig",
.version = "0.0.0",
.paths = .{""},
.dependencies = .{
.args = .{
.url = "git+https://git.mzte.de/mirrors/zig-args.git#03af1b6c5bfda9646a562c861055024daed5b238",
.hash = "1220904d2fdcd970dd0d216211d092eb3ef6da01117163cc9393ab845a1d66c029d9",
},
.ansi_term = .{
.url = "git+https://github.com/LordMZTE/ansi-term.git#86a00a97e5d72d21c8632006c73483c4187b6d98",
.hash = "12200719196e0abd325efa248fb03882c8fa2c7130e3ae1d57dbff72afc846b28495",
},
.globlin = .{
.url = "git+https://git.mzte.de/LordMZTE/globlin.git#a3c0d93779f968951afb389f4a9637355fa27d0e",
.hash = "1220a77424334aec3a1f08630181e4bd06082f07a7ad70d6e012771793efb0c77264",
},
},
}