aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d7cc7a3..0a4871a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ cocoa = "0.26.0"
objc_id = "0.1.1"
[target.'cfg(target_os = "linux")'.dependencies]
-mpris = "2.0.1"
+mpris = { version = "2.0.1", features = ["dbus/vendored"] }
[profile.release]
strip = true