mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
fix(tauri-api) use published tauri-dialog (#700)
This commit is contained in:
committed by
GitHub
parent
414ea4b75d
commit
dccce7e197
@@ -29,7 +29,7 @@ anyhow = "1.0.31"
|
||||
thiserror = "1.0.20"
|
||||
rand = "0.7"
|
||||
nfd = "0.0.4"
|
||||
tauri-dialog = { git = "https://github.com/tauri-apps/tauri-dialog-rs", version = "0.1" }
|
||||
tauri-dialog = "0.1.0"
|
||||
attohttpc = { version = "0.14.0", features = [ "json", "form" ] }
|
||||
http = "0.2"
|
||||
tauri-utils = { version = "0.5", path = "../tauri-utils" }
|
||||
|
||||
Reference in New Issue
Block a user