wl-clipboard-rs 0.9 and refresh cargo.lock

This commit is contained in:
rustdesk 2024-06-30 12:07:32 +08:00
parent 1252f45506
commit 2116fec20b
2 changed files with 1228 additions and 1191 deletions

2416
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -89,7 +89,8 @@ sys-locale = "0.3"
enigo = { path = "libs/enigo", features = [ "with_serde" ] }
clipboard = { path = "libs/clipboard" }
ctrlc = "3.2"
arboard = { version = "3.4.0", features = ["wayland-data-control"] }
# arboard = { version = "3.4.0", features = ["wayland-data-control"] }
arboard = { git = "https://github.com/rustdesk-org/arboard", features = ["wayland-data-control"] }
system_shutdown = "4.0"
qrcode-generator = "4.1"