|
@@ -13,7 +13,7 @@ edition = { workspace = true }
|
|
|
rust-version = { workspace = true }
|
|
|
|
|
|
[dependencies]
|
|
|
-wry = { git = "https://github.com/tauri-apps/wry", rev = "549c6637b282443b7a08cb0069ccf372e297646a", default-features = false, features = [ "file-drop", "protocol", "os-webview" ] }
|
|
|
+wry = { git = "https://github.com/tauri-apps/wry", branch = "temp/fabianlars", default-features = false, features = [ "file-drop", "protocol", "os-webview" ] }
|
|
|
tao = { version = "0.26", default-features = false, features = [ "rwh_06" ] }
|
|
|
tauri-runtime = { version = "2.0.0-beta.9", path = "../tauri-runtime" }
|
|
|
tauri-utils = { version = "2.0.0-beta.9", path = "../tauri-utils" }
|