Custom Tauri window state plugin (#495)

This commit is contained in:
Gregory Schier
2026-07-03 10:11:20 -07:00
committed by GitHub
parent 5db2008fae
commit 0497a54928
8 changed files with 252 additions and 37 deletions
Generated
+2 -16
View File
@@ -7863,21 +7863,6 @@ dependencies = [
"zip",
]
[[package]]
name = "tauri-plugin-window-state"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73736611e14142408d15353e21e3cca2f12a3cfb523ad0ce85999b6d2ef1a704"
dependencies = [
"bitflags 2.11.0",
"log 0.4.29",
"serde",
"serde_json",
"tauri",
"tauri-plugin",
"thiserror 2.0.17",
]
[[package]]
name = "tauri-runtime"
version = "2.11.1"
@@ -10105,7 +10090,6 @@ dependencies = [
"tauri-plugin-shell",
"tauri-plugin-single-instance",
"tauri-plugin-updater",
"tauri-plugin-window-state",
"thiserror 2.0.17",
"tokio",
"tokio-stream",
@@ -10532,6 +10516,8 @@ dependencies = [
"log 0.4.29",
"md5 0.8.0",
"rand 0.9.1",
"serde",
"serde_json",
"tauri",
"tokio",
]