Use github kittage

This commit is contained in:
itsjunetime
2025-06-02 23:25:55 -06:00
parent fcea5ac696
commit b791b55b80
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -41,7 +41,8 @@ mimalloc = "0.1.43"
nix = { version = "0.30.0", features = ["signal"] }
mupdf = { version = "0.5.0", default-features = false, features = ["svg", "system-fonts", "img"] }
rayon = { version = "*", default-features = false }
kittage = { path = "../kittage/", features = ["crossterm-tokio", "image-crate"] }
# kittage = { path = "../kittage/", features = ["crossterm-tokio", "image-crate"] }
kittage = { git = "https://github.com/itsjunetime/kittage.git", features = ["crossterm-tokio", "image-crate"] }
memmap2 = "*"
# logging