Skip to content

Commit 3563609

Browse files
Squitch1gezihuzi
authored andcommitted
fix(clipboard-manager): Wayland support (tauri-apps#2507)
* fix(clipboard-manager): Wayland support * style(deps): merge dependencies declaration
1 parent 2232245 commit 3563609

File tree

3 files changed

+116
-6
lines changed

3 files changed

+116
-6
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'clipboard-manager': 'patch:bug'
3+
'clipboard-manager-js': 'patch:bug'
4+
---
5+
6+
Fix clipboard-manager Wayland support.

Cargo.lock

Lines changed: 109 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/clipboard-manager/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ thiserror = { workspace = true }
3636
tauri = { workspace = true, features = ["wry"] }
3737

3838
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
39-
arboard = "3"
39+
arboard = { version = "3", features = ["wayland-data-control"] }

0 commit comments

Comments
 (0)