Skip to content

Commit 595824d

Browse files
committed
fix
1 parent 9cdf03a commit 595824d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

desktop/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ serde_json = "1.0.74"
2828
tokio = { version = "1.15.0", features = ["sync"] }
2929
toml = "0.5.8"
3030
winit = "0.26.1"
31-
32-
[target.'cfg(not(target_os = "macos"))'.dependencies]
31+
[target.'cfg(target_os = "linux")'.dependencies]
3332
wl-clipboard-rs = "0.6.0"
3433

3534
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)