diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 132fc19..fb77f7d 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -719,7 +719,6 @@ dependencies = [ "http", "hudsucker", "is_elevated", - "libloading", "once_cell", "open", "rcgen", @@ -1887,16 +1886,6 @@ 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 = "line-wrap" version = "0.1.1" diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 2ac2197..39dca36 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -56,7 +56,6 @@ futures-util = "0.3.14" rcgen = { version = "0.9", features = ["x509-parser"] } # metadata stuff -libloading = "0.7" regex = "1" # other diff --git a/src-tauri/mhycrypto.dll b/src-tauri/mhycrypto.dll deleted file mode 100644 index 111a2e4..0000000 Binary files a/src-tauri/mhycrypto.dll and /dev/null differ diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index e5bc109..41b4c5a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -40,7 +40,7 @@ "providerShortName": null, "signingIdentity": null }, - "resources": ["lang/*.json", "keys/*", "./mhycrypto.dll"], + "resources": ["lang/*.json", "keys/*"], "targets": "all", "windows": { "allowDowngrades": false,