style(deps): merge dependencies declaration

pull/2507/head
SquitchYT 4 months ago
parent abb99a4c91
commit 345cc54c99
No known key found for this signature in database
GPG Key ID: 870D3CAFECC18882

@ -0,0 +1,6 @@
---
'clipboard-manager': 'patch:bug'
'clipboard-manager-js': 'patch:bug'
---
Fix clipboard-manager Wayland support.

@ -35,8 +35,5 @@ thiserror = { workspace = true }
[target.'cfg(target_os = "ios")'.dependencies]
tauri = { workspace = true, features = ["wry"] }
[target."cfg(any(target_os = \"macos\", windows))".dependencies]
arboard = "3"
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
arboard = { version = "3", features = ["wayland-data-control"] }

Loading…
Cancel
Save