Initial attempt at supporting new backend for kitty images

This commit is contained in:
itsjunetime
2025-05-31 17:22:36 -06:00
parent 777705b902
commit b09ce88d9f
5 changed files with 251 additions and 29 deletions
+2
View File
@@ -40,6 +40,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"] }
memmap2 = "*"
# for tracing with tokio-console
console-subscriber = { version = "0.4.0", optional = true }