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:
Jakub Jirutka
2023-04-23 21:38:16 +02:00
committed by Henrik Friedrichsen
parent 97b31df575
commit 30903ef78e
2 changed files with 154 additions and 23 deletions

View File

@@ -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]