From 040b91a7a5b085f8aa0bec3580bf7d68450e6fc9 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sat, 16 Mar 2024 11:01:41 +0100 Subject: Add linux config --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ba316a9..cb0850d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,9 @@ objc = "0.2.7" cocoa = "0.25.0" objc_id = "0.1.1" +[target.'cfg(target_os = "linux")'.dependencies] +mpris = "2.0.1" + [profile.release] strip = true lto = true -- cgit