mirror of
https://github.com/itsjunetime/tdf.git
synced 2026-06-01 23:51:46 -04:00
- Remove unused oxipng dep
- throw converter onto its own task - switch to using multi-thread runtime - use unbounded channels in a few more places to prevent deadlocks
This commit is contained in:
+1
-2
@@ -15,11 +15,10 @@ ratatui-image = { git = "https://github.com/itsjunetime/ratatui-image.git", bran
|
||||
crossterm = { version = "0.27.0", features = ["event-stream"] }
|
||||
image = { version = "0.25.1", features = ["png", "rayon"], default-features = false }
|
||||
notify = "6.1.1"
|
||||
tokio = { version = "1.37.0", features = ["rt", "sync", "macros"] }
|
||||
tokio = { version = "1.37.0", features = ["rt-multi-thread", "sync", "macros"] }
|
||||
futures-util = { version = "0.3.30", default-features = false }
|
||||
glib = "0.19.6"
|
||||
itertools = "*"
|
||||
oxipng = { version = "9.1.1", default-features = false, features = ["parallel"] }
|
||||
|
||||
[profile.production]
|
||||
inherits = "release"
|
||||
|
||||
Reference in New Issue
Block a user