Răsfoiți Sursa

Update core/tauri-runtime-wry/Cargo.toml

Amr Bashir 1 an în urmă
părinte
comite
1cd4f992d2
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      core/tauri-runtime-wry/Cargo.toml

+ 1 - 1
core/tauri-runtime-wry/Cargo.toml

@@ -14,7 +14,7 @@ rust-version = { workspace = true }
 
 [dependencies]
 wry = { version = "0.39.3", default-features = false, features = [ "drag-drop", "protocol", "os-webview" ] }
-tao = { git = "https://github.com/tauri-apps/tao", default-features = false, features = [ "rwh_06" ] }
+tao = { version = "0.28", default-features = false, features = [ "rwh_06" ] }
 tauri-runtime = { version = "2.0.0-beta.13", path = "../tauri-runtime" }
 tauri-utils = { version = "2.0.0-beta.13", path = "../tauri-utils" }
 raw-window-handle = "0.6"