dotfiles/scripts/prompt/build.zig.zon
LordMZTE d914aa4069
update to latest Zig
+ other random fixes
2024-02-11 13:10:53 +01:00

16 lines
580 B
Text

.{
.name = "promt",
.version = "0.0.0",
.dependencies = .{
.ansi_term = .{
.url = "git+https://github.com/LordMZTE/ansi-term.git#73c03175068679685535111dbea72cade075719e",
.hash = "1220ea86ace34b38e49c1d737c5f857d88346af10695a992b38e10cb0a73b6a19ef7",
},
.known_folders = .{
.url = "git+https://github.com/ziglibs/known-folders.git#2aa7f2e9855d45b20072e15107fb379b9380adbe",
.hash = "12209925016f4b5486a713828ead3bcc900fa4f039c93de1894aa7d5253f7633b92c",
},
},
.paths = .{""},
}