zig-nuplugin/build.zig.zon
LordMZTE 4a6322e7f0
All checks were successful
/ test (push) Successful in 39s
chore: port to Zig 0.13.0
2024-07-02 13:15:08 +02:00

17 lines
586 B
Text

.{
.name = "zig-nuplugin",
.version = "0.1.0",
.dependencies = .{
.getty = .{
.url = "git+https://github.com/getty-zig/getty.git#78738b665a53db4be85696635b9c832fbca8d273",
.hash = "12204235c113ed912d951e381066d587bb398b7175dc635c50c17864946bbd570879",
},
.@"getty-msgpack" = .{
.url = "git+https://git.mzte.de/lordmzte/getty-msgpack.git#deb0e1dc33ee4f8240542f584729f2ee6fc24f49",
.hash = "1220a8c39b96992f501dc0733e689ba099ab964ecda720b33070f2ed6251786b2438",
},
},
.paths = .{""},
}