mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Use png crate directly instead of image
Reduce dependencies a bit.
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user