Merge pull request #628 from fufesou/simple_rc

Fix WCHAR Path & Add Resources Integration Lib
This commit is contained in:
RustDesk
2022-06-02 22:01:01 +08:00
committed by GitHub
51 changed files with 2983 additions and 287 deletions

13
Cargo.lock generated
View File

@@ -4093,11 +4093,13 @@ dependencies = [
"serde_derive",
"serde_json 1.0.79",
"sha2",
"simple_rc",
"sys-locale",
"sysinfo",
"tray-item",
"trayicon",
"uuid",
"virtual_display",
"whoami",
"winapi 0.3.9",
"windows-service",
@@ -4447,6 +4449,17 @@ version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f054c6c1a6e95179d6f23ed974060dcefb2d9388bb7256900badad682c499de4"
[[package]]
name = "simple_rc"
version = "0.1.0"
dependencies = [
"confy",
"hbb_common",
"serde 1.0.136",
"serde_derive",
"walkdir",
]
[[package]]
name = "siphasher"
version = "0.2.3"