🐛 更新代码逻辑版本

This commit is contained in:
Tw93
2022-11-25 14:33:35 +08:00
parent 0a316e5a99
commit 98133f8bff
4 changed files with 45 additions and 103 deletions

View File

@@ -12,15 +12,14 @@ rust-version = "1.61.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "1.2.0", features = [] }
tauri-build = { version = "1.2.1", features = [] }
[dependencies]
serde_json = "1.0.88"
serde = { version = "1.0.147", features = ["derive"] }
tauri = { version = "1.2.0", features = ["api-all"] }
tauri = { version = "1.2.1", features = ["api-all"] }
image = "0.24.5"
tauri-utils = "1.2.0"
tauri-utils = "1.2.1"
webbrowser = "0.8.2"
wry = "0.22.4"