Skip to content

Commit

Permalink
add gui ios config part1
Browse files Browse the repository at this point in the history
  • Loading branch information
lindongchen committed Jul 25, 2024
1 parent 713d63a commit fbba238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tauri-build = { version = "=2.0.0-beta.19", features = [] }
# tauri = { version = "2.0.0-beta", features = ["devtools"] }
[dependencies]
fix-path-env = { git = "https://github.com/tauri-apps/fix-path-env-rs" }
tauri = { version = "=2.0.0-beta.24", features = ["macos-proxy", "unstable", "ios"] }
tauri = { version = "=2.0.0-beta.24", features = ["macos-proxy", "unstable"] }
tauri-utils = "=2.0.0-beta.19"
tauri-runtime = "=2.0.0-beta.20"
tauri-plugin-shell = "=2.0.0-beta.9"
Expand Down

0 comments on commit fbba238

Please sign in to comment.