Skip to content

Commit

Permalink
fix: enable store plugin for mobile platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea committed Oct 18, 2024
1 parent 074ca69 commit f867777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ rust-argon2 = "2.1.0"
getrandom = "0.2.15"
async-lock = "3.4.0"
tauri-plugin-stronghold = "2.0.0"
tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }

[target.'cfg(any(target_os = "windows", target_os = "linux", target_os = "macos"))'.dependencies]
tauri-plugin-notification = "2.0.0"
tauri-plugin-process = "2.0.0"
tauri-plugin-single-instance = "2.0.0"
tauri-plugin-autostart = "2.0.0"
tauri-plugin-shell = "2.0.0"
tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
tauri-plugin-os = "2.0.0"

[features]
Expand Down

0 comments on commit f867777

Please sign in to comment.