|
@@ -17,13 +17,13 @@ rustc-args = ["--cfg", "docsrs"]
|
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
|
|
|
|
|
[dependencies]
|
|
|
-wry = { version = "0.42", default-features = false, features = [
|
|
|
+wry = { version = "0.43.1", default-features = false, features = [
|
|
|
"drag-drop",
|
|
|
"protocol",
|
|
|
"os-webview",
|
|
|
"linux-body",
|
|
|
] }
|
|
|
-tao = { version = "0.29.1", default-features = false, features = ["rwh_06"] }
|
|
|
+tao = { version = "0.30", default-features = false, features = ["rwh_06"] }
|
|
|
tauri-runtime = { version = "2.0.0-rc.7", path = "../tauri-runtime" }
|
|
|
tauri-utils = { version = "2.0.0-rc.7", path = "../tauri-utils" }
|
|
|
raw-window-handle = "0.6"
|