We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2f2bf commit da64d9bCopy full SHA for da64d9b
examples/api/src-tauri/Cargo.toml
@@ -54,7 +54,7 @@ features = [
54
tauri-plugin-cli = { path = "../../../plugins/cli", version = "2.2.0" }
55
tauri-plugin-global-shortcut = { path = "../../../plugins/global-shortcut", version = "2.2.0" }
56
tauri-plugin-updater = { path = "../../../plugins/updater", version = "2.3.0" }
57
-tauri-plugin-window-state = { path = "../../../plugins/window-state", version = "2.0.0" }
+tauri-plugin-window-state = { path = "../../../plugins/window-state", version = "2.2.0" }
58
59
[target."cfg(any(target_os = \"android\", target_os = \"ios\"))".dependencies]
60
tauri-plugin-barcode-scanner = { path = "../../../plugins/barcode-scanner/", version = "2.2.0" }
0 commit comments