Use png crate directly instead of image

Reduce dependencies a bit.
This commit is contained in:
Ivan Molodetskikh
2023-10-24 17:49:08 +04:00
parent c6ec36f422
commit 909a45db6f
4 changed files with 30 additions and 63 deletions
+1 -1
View File
@@ -14,7 +14,6 @@ async-io = { version = "1.13.0", optional = true }
bitflags = "2.4.1"
clap = { version = "4.4.6", features = ["derive"] }
directories = "5.0.1"
image = { version = "0.24.7", default-features = false, features = ["png"] }
keyframe = { version = "1.1.1", default-features = false }
knuffel = "3.2.0"
libc = "0.2.149"
@@ -22,6 +21,7 @@ logind-zbus = { version = "3.1.2", optional = true }
log = { version = "0.4.20", features = ["max_level_trace", "release_max_level_debug"] }
miette = "5.10.0"
pipewire = { version = "0.7.2", optional = true }
png = "0.17.10"
portable-atomic = { version = "1.5.0", default-features = false, features = ["float"] }
profiling = "1.0.11"
sd-notify = "0.4.1"