refactor: upgrade tauri 2.0

This commit is contained in:
Kevin Yue
2024-11-30 21:29:42 +08:00
parent 3316fdf722
commit f474ab36c0
30 changed files with 5888 additions and 1961 deletions

View File

@@ -6,11 +6,12 @@ edition.workspace = true
license.workspace = true
[build-dependencies]
tauri-build = { version = "1.5", features = [] }
tauri-build = { version = "2", features = [] }
[dependencies]
gpapi = { path = "../../../crates/gpapi", features = ["tauri"] }
tauri = { workspace = true, features = ["window-start-dragging"] }
tauri.workspace = true
tokio.workspace = true
anyhow.workspace = true
log.workspace = true