Explorar o código

switch wry branch

FabianLars hai 1 ano
pai
achega
b5a1db3d05
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/tauri-runtime-wry/Cargo.toml

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

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