diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-03-16 11:01:41 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-03-16 11:01:41 +0100 |
| commit | 040b91a7a5b085f8aa0bec3580bf7d68450e6fc9 (patch) | |
| tree | f27088c562fea977c9cbb97ffde3e81590db91fa /Cargo.toml | |
| parent | 616cee0382cb0b9e287d1037ec82813aa859c1a0 (diff) | |
Add linux config
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |