mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 03:32:36 +08:00
chore: change tauri to git repo
This commit is contained in:
parent
4f56c38599
commit
26ef4c9961
578
src-tauri/Cargo.lock
generated
578
src-tauri/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
|
@ -18,7 +18,9 @@ chrono = "0.4.19"
|
|||
serde_json = "1.0"
|
||||
serde_yaml = "0.8"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tauri = { version = "1.0.0-beta.8", features = ["api-all", "system-tray"] }
|
||||
# tauri = { version = "1.0.0-beta.8", features = ["api-all", "system-tray"] }
|
||||
tauri = { git = "https://github.com/tauri-apps/tauri", branch = "next", features = ["api-all", "system-tray"] }
|
||||
|
||||
reqwest = { version = "0.11", features = ["json"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
log = "0.4.14"
|
||||
|
|
Loading…
Reference in New Issue
Block a user