Persist Tauri window state between launches (#5871)

This commit is contained in:
Anthony Stirling
2026-03-05 16:18:25 +00:00
committed by GitHub
parent 98835ce7b5
commit ba2d10a75b
4 changed files with 22 additions and 1 deletions
+16
View File
@@ -4171,6 +4171,7 @@ dependencies = [
"tauri-plugin-shell",
"tauri-plugin-single-instance",
"tauri-plugin-store",
"tauri-plugin-window-state",
"tiny_http",
"tokio",
"url",
@@ -4678,6 +4679,21 @@ dependencies = [
"tracing",
]
[[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",
"serde",
"serde_json",
"tauri",
"tauri-plugin",
"thiserror 2.0.18",
]
[[package]]
name = "tauri-runtime"
version = "2.10.0"