diff --git a/Cargo.lock b/Cargo.lock index 2ac4ed1..0ac183b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3126,7 +3126,6 @@ dependencies = [ "tauri-plugin-shell", "tauri-plugin-single-instance", "tokio", - "windows 0.52.0", "winres", ] diff --git a/Cargo.toml b/Cargo.toml index 043fbaf..497e1bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,6 @@ serde_json = "1.0" serde_yaml = "0.9" tokio = { version = "1.0", features = ["full"] } tauri = { version = "2.0.0", features = ["tray-icon"] } -windows = { version = "0.52", features = ["Win32_UI_WindowsAndMessaging", "Win32_UI_Input_KeyboardAndMouse", "Win32_Foundation"] } tauri-plugin-shell = "2.0.0" tauri-plugin-dialog = "2.0.0" tauri-plugin-fs = "2.0.0" diff --git a/src/index.html b/src/index.html index 62f84b8..d0b64a4 100644 --- a/src/index.html +++ b/src/index.html @@ -38,6 +38,20 @@