Starting work on brand new patcher (Wooo)

Oh god my sanity is fading again. Please help. oh god. oh god. oh god. Please help me.
This commit is contained in:
Benj
2022-07-06 17:27:59 +08:00
committed by lilmayofuksu
parent 8ac4d063a4
commit 936c533ff8
9 changed files with 271 additions and 116 deletions

12
src-tauri/Cargo.lock generated
View File

@@ -748,8 +748,10 @@ dependencies = [
"hudsucker",
"is_elevated",
"lazy_static",
"libloading",
"open",
"rcgen",
"regex",
"registry",
"reqwest",
"runas",
@@ -1962,6 +1964,16 @@ dependencies = [
"pkg-config",
]
[[package]]
name = "libloading"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
dependencies = [
"cfg-if 1.0.0",
"winapi",
]
[[package]]
name = "lock_api"
version = "0.4.7"