build: Switch wry to bleeding-edge release

This commit is contained in:
pan93412
2022-11-20 12:25:35 +08:00
parent cdb763f4c5
commit 79d0724da3
2 changed files with 45 additions and 101 deletions

View File

@@ -20,10 +20,13 @@ serde_json = "1.0.86"
serde = { version = "1.0.145", features = ["derive"] }
tauri = { version = "1.2.0", features = ["api-all"] }
image = "0.24.5"
wry = "0.21.1"
tauri-utils = "1.2.0"
webbrowser = "0.8.2"
[dependencies.wry]
git = "https://github.com/tauri-apps/wry.git"
rev = "7c6d64acea4414f7c960b38b80ea9ec3628db2a8"
[features]
# by default Tauri runs in production mode
# when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` is an URL