fix: keep clipboard alive

Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
This commit is contained in:
ClSlaid
2023-10-28 15:31:12 +08:00
parent 075a877284
commit 9976fc9723
4 changed files with 71 additions and 27 deletions

View File

@@ -134,6 +134,8 @@ pam = { git="https://github.com/fufesou/pam", optional = true }
users = { version = "0.11" }
x11-clipboard = {git="https://github.com/clslaid/x11-clipboard", branch = "feat/store-batch"}
x11rb = {version = "0.12", features = ["all-extensions"]}
percent-encoding = "2.3"
once_cell = "1.18"
[target.'cfg(target_os = "android")'.dependencies]
android_logger = "0.13"