From fca508b4738d23397a71e1911fa7c71b82466ba9 Mon Sep 17 00:00:00 2001 From: "NGnius (Graham)" Date: Fri, 1 Jul 2022 20:28:16 -0400 Subject: [PATCH] Fix building with MPD enabled on non-Linux --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 260800e..8de7225 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ clap = { version = "3.0", features = ["derive"] } console = { version = "0.15" } [target.'cfg(not(target_os = "linux"))'.dependencies] -muss-player = { version = "0.8.0", path = "./player", default-features = false } +muss-player = { version = "0.8.0", path = "./player", default-features = false, features = ["mpd"] } [target.'cfg(target_os = "linux")'.dependencies] # TODO fix need to specify OS-specific dependency of mps-player