fix(clipboard-manager): Wayland support (#2507)

* fix(clipboard-manager): Wayland support

* style(deps): merge dependencies declaration
This commit is contained in:
Clément Fouré
2025-03-07 19:53:14 +01:00
committed by GitHub
parent 3a750c7300
commit d37bbdef8d
3 changed files with 116 additions and 6 deletions
+1 -1
View File
@@ -36,4 +36,4 @@ thiserror = { workspace = true }
tauri = { workspace = true, features = ["wry"] }
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
arboard = "3"
arboard = { version = "3", features = ["wayland-data-control"] }