From df54d828b31c1cf4a3d60eb3dbbdab6a562faf2b Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 26 Jan 2025 17:47:33 +0100 Subject: Add dbus vendored --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit