ソースを参照

switch wry branch

FabianLars 1 年間 前
コミット
b5a1db3d05
1 ファイル変更1 行追加1 行削除
  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" }