small software-rendered rust tty
ban githob
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -12,9 +12,9 @@ chumsky = { git = "https://github.com/zesterer/chumsky", version = "0.13.0", fea "nightly", ] } color-hex = "0.2.0" -ctlfun = { git = "https://github.com/bend-n/ctlfun" } -dsb = { git = "https://github.com/bend-n/dsb" } -fimg = { git = "https://github.com/bend-n/fimg" } +ctlfun = { git = "https://git.bendn.org/ctlfun" } +dsb = { git = "https://git.bendn.org/dsb" } +fimg = { git = "https://git.bendn.org/fimg" } implicit-fn = "0.1.0" libc = "0.2.172" |