virtual display: compile example ok, not debug yet

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2022-03-11 19:51:57 +08:00
parent b350fbdb9c
commit e6bf858ae1
12 changed files with 1425 additions and 1 deletions

12
Cargo.lock generated
View File

@@ -3444,6 +3444,7 @@ dependencies = [
"sysinfo",
"systray",
"uuid",
"virtual_display",
"whoami",
"winapi 0.3.9",
"windows-service",
@@ -4180,6 +4181,17 @@ version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "virtual_display"
version = "0.1.0"
dependencies = [
"cc",
"lazy_static",
"serde 1.0.136",
"serde_derive",
"thiserror",
]
[[package]]
name = "walkdir"
version = "2.3.2"