support devv

This commit is contained in:
Tw93
2024-02-05 18:04:18 +08:00
parent 2bd8d9228a
commit 453275e062
4 changed files with 15 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ serde_json = "1.0.108"
serde = { version = "1.0.192", features = ["derive"] }
tauri = { version = "1.5.2", features = ["api-all", "system-tray"] }
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
tauri-plugin-oauth = { git = "https://github.com/FabianLars/tauri-plugin-oauth", branch = "main" }
[dev-dependencies]
cargo-bloat = "0.11.1"