🎨 Replace the GitHub address with the Cargo address

This commit is contained in:
Tw93
2023-08-23 12:54:45 +08:00
parent 65d0d0df71
commit 09734832e4
2 changed files with 31 additions and 39 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 = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
tauri-plugin-window-state = "0.1"
[dev-dependencies]
cargo-bloat = "0.11.1"