Use notify-rust with zbus instead of dbus
zbus is already used for MPRIS since
b0db0da3ef.
This saves ~0.5 MiB in release build with LTO.
This commit is contained in:
committed by
Henrik Friedrichsen
parent
97b31df575
commit
30903ef78e
@@ -71,8 +71,8 @@ version = "0.20.0"
|
||||
[dependencies.notify-rust]
|
||||
default-features = false
|
||||
version = "4"
|
||||
# Use dbus, which we already depend on, instead of zbus.
|
||||
features = ["d"]
|
||||
# Use zbus, which we already depend on, instead of dbus.
|
||||
features = ["z"]
|
||||
optional = true
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user