it's almost working !!

This commit is contained in:
itsjunetime
2025-06-02 17:41:04 -06:00
parent b09ce88d9f
commit 4d764cd4f9
7 changed files with 298 additions and 41 deletions
+5
View File
@@ -29,6 +29,7 @@ ratatui = { git = "https://github.com/itsjunetime/ratatui.git" }
ratatui-image = { git = "https://github.com/itsjunetime/ratatui-image.git", branch = "vb64_on_personal", default-features = false }
# ratatui-image = { path = "./ratatui-image", default-features = false }
crossterm = { version = "0.29.0", features = ["event-stream"] }
# crossterm = { path = "../crossterm", features = ["event-stream"] }
image = { version = "0.25.1", features = ["pnm", "rayon", "png"], default-features = false }
notify = { version = "8.0.0", features = ["crossbeam-channel"] }
tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros"] }
@@ -43,6 +44,10 @@ rayon = { version = "*", default-features = false }
kittage = { path = "../kittage/", features = ["crossterm-tokio", "image-crate"] }
memmap2 = "*"
# logging
log = "0.4.27"
flexi_logger = "0.30.2"
# for tracing with tokio-console
console-subscriber = { version = "0.4.0", optional = true }
csscolorparser = { version = "0.7.0" }