|
@@ -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"
|