refractory build script

This commit is contained in:
An Li
2023-08-25 15:08:26 +08:00
parent 5000364d9d
commit cecfdf2e98
15 changed files with 454 additions and 638 deletions

View File

@@ -18,7 +18,7 @@ tauri-build = { version = "1.4.0", features = [] }
serde_json = "1.0.96"
serde = { version = "1.0.163", features = ["derive"] }
tauri = { version = "1.4.1", features = ["api-all", "system-tray"] }
tauri-plugin-window-state = "0.1"
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
[dev-dependencies]
cargo-bloat = "0.11.1"