diff --git a/Cargo.toml b/Cargo.toml index 1016afd..5dddbaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ pulse = [ "pulsectl-rs", "libpulse-binding" ] mpris = [ "mpris-player" ] ffmpeg = [] -[target.'cfg(target_os = "linux")'.dependencies] +[target.'cfg(unix)'.dependencies] pulsectl-rs = { version = "0.3.2", optional = true } libpulse-binding = { version = "2.24.0", optional = true } mpris-player = { version = "0.6.1", optional = true }