rm: unused tauri-plugin-window-state

This commit is contained in:
Tunglies
2025-04-10 15:52:37 +08:00
parent 25d66a4eee
commit 644fdc071f
4 changed files with 0 additions and 21 deletions

16
src-tauri/Cargo.lock generated
View File

@@ -1092,7 +1092,6 @@ dependencies = [
"tauri-plugin-process",
"tauri-plugin-shell",
"tauri-plugin-updater",
"tauri-plugin-window-state",
"tempfile",
"tokio",
"tokio-tungstenite 0.26.2",
@@ -7131,21 +7130,6 @@ dependencies = [
"zip",
]
[[package]]
name = "tauri-plugin-window-state"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35e344b512b0d99d9d06225f235d87d6c66d89496a3bf323d9b578d940596e6c"
dependencies = [
"bitflags 2.9.0",
"log",
"serde",
"serde_json",
"tauri",
"tauri-plugin",
"thiserror 2.0.12",
]
[[package]]
name = "tauri-runtime"
version = "2.5.0"