From 595824d331554eab8cf3db4c0a720958570a561c Mon Sep 17 00:00:00 2001 From: Tricked <72335827+SkyBlockDev@users.noreply.github.com> Date: Sat, 16 Apr 2022 19:05:53 +0200 Subject: [PATCH] fix --- desktop/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/desktop/Cargo.toml b/desktop/Cargo.toml index 6f42481..feb115c 100644 --- a/desktop/Cargo.toml +++ b/desktop/Cargo.toml @@ -28,8 +28,7 @@ serde_json = "1.0.74" tokio = { version = "1.15.0", features = ["sync"] } toml = "0.5.8" winit = "0.26.1" - -[target.'cfg(not(target_os = "macos"))'.dependencies] +[target.'cfg(target_os = "linux")'.dependencies] wl-clipboard-rs = "0.6.0" [target.'cfg(unix)'.dependencies]