windows clipboard

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2022-02-14 17:34:09 +08:00
parent 8bb4183098
commit 6672087f7c
22 changed files with 4506 additions and 1 deletions

11
Cargo.lock generated
View File

@@ -388,6 +388,16 @@ dependencies = [
"textwrap 0.14.2",
]
[[package]]
name = "clipboard"
version = "0.1.0"
dependencies = [
"cc",
"hbb_common",
"lazy_static",
"thiserror",
]
[[package]]
name = "clipboard-master"
version = "3.1.3"
@@ -3365,6 +3375,7 @@ dependencies = [
"cc",
"cfg-if 1.0.0",
"clap 3.0.10",
"clipboard",
"clipboard-master",
"cocoa 0.24.0",
"core-foundation 0.9.2",