zupper/build.zig.zon

30 lines
1.3 KiB
Text
Raw Normal View History

2023-05-28 19:11:17 +02:00
.{
.name = "zupper",
.version = "1.0.0",
2023-05-28 19:11:17 +02:00
2024-02-09 19:14:20 +01:00
.paths = .{""},
2023-05-28 19:11:17 +02:00
.dependencies = .{
.args = .{
2024-02-09 19:14:20 +01:00
.url = "git+https://git.mzte.de/mirrors/zig-args.git#89f18a104d9c13763b90e97d6b4ce133da8a3e2b",
.hash = "12203ded54c85878eea7f12744066dcb4397177395ac49a7b2aa365bf6047b623829",
2023-05-28 19:11:17 +02:00
},
.known_folders = .{
.url = "git+https://github.com/ziglibs/known-folders.git#2aa7f2e9855d45b20072e15107fb379b9380adbe",
.hash = "12209925016f4b5486a713828ead3bcc900fa4f039c93de1894aa7d5253f7633b92c",
2023-05-28 19:11:17 +02:00
},
.ansi_term = .{
2024-02-09 19:14:20 +01:00
.url = "git+https://github.com/LordMZTE/ansi-term.git#73c03175068679685535111dbea72cade075719e",
.hash = "1220ea86ace34b38e49c1d737c5f857d88346af10695a992b38e10cb0a73b6a19ef7",
2023-05-28 19:11:17 +02:00
},
.getty = .{
.url = "https://github.com/getty-zig/getty/archive/d27b9c72c553ee7e9fb383aa955ae1a705cde215.tar.gz",
.hash = "12208cf585a316dddfb837fb7397b0cc4a9974716adf63f856171fbd6e99cb9b131d",
2023-05-28 19:11:17 +02:00
},
.getty_json = .{
.url = "git+https://github.com/getty-zig/json.git#11946ff9d2f159cb06aaf423ce13bd8aa2a481e7",
.hash = "1220829a91cb0804b35dadb6eb453cd9694b16d624e02493dc712ad43fd8681095f1",
2023-05-28 19:11:17 +02:00
},
},
}