feat: use tauri_plugin_window_state

This commit is contained in:
huzibaca
2024-10-30 18:52:53 +08:00
parent 00bc6a6301
commit 08bf70681c
5 changed files with 35 additions and 6 deletions

View File

@@ -67,6 +67,7 @@ users = "0.11.0"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-global-shortcut = "2.0.0-rc"
tauri-plugin-updater = "2.0.0-rc"
tauri-plugin-window-state = "2.0.0-rc"
#openssl
[features]