From: Ruben Beltran del Rio Date: Sun, 26 Jan 2025 16:56:29 +0000 (+0100) Subject: Include dbus to use vendored X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/commitdiff_plain Include dbus to use vendored --- diff --git a/Cargo.lock b/Cargo.lock index 78e1e69..69972e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -819,6 +819,7 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72" dependencies = [ + "cc", "pkg-config", ] @@ -850,6 +851,7 @@ version = "3.0.0" dependencies = [ "clap", "cocoa", + "dbus", "libc", "mpris", "objc", diff --git a/Cargo.toml b/Cargo.toml index 0a4871a..261b50e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,8 @@ cocoa = "0.26.0" objc_id = "0.1.1" [target.'cfg(target_os = "linux")'.dependencies] -mpris = { version = "2.0.1", features = ["dbus/vendored"] } +dbus = { version = "0.9.6", features = ["vendored"] } +mpris = { version = "2.0.1"} [profile.release] strip = true