Optimize clipboard change listener

This commit is contained in:
cc-morning
2021-10-22 16:02:01 +08:00
parent 8f22273759
commit 1bf80e3dd6
4 changed files with 99 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ mac_address = "1.1"
sciter-rs = { git = "https://github.com/open-trade/rust-sciter", branch = "dyn" }
ctrlc = "3.2"
arboard = "2.0"
clipboard-master = "3"
[target.'cfg(target_os = "windows")'.dependencies]
#systray = { git = "https://github.com/open-trade/systray-rs" }