small software-rendered rust tty
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 79fe364..e3dc3a9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"