From: Ruben Beltran del Rio Date: Sun, 26 Jan 2025 16:47:33 +0000 (+0100) Subject: Add dbus vendored X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/commitdiff_plain/df54d828b31c1cf4a3d60eb3dbbdab6a562faf2b Add dbus vendored --- 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