amrbashir 9 сар өмнө
parent
commit
9bdb2973f3

+ 3 - 1
crates/tauri-runtime-wry/Cargo.toml

@@ -23,7 +23,9 @@ wry = { version = "0.46.1", default-features = false, features = [
   "os-webview",
   "linux-body",
 ] }
-tao = { path = "../../../tao", default-features = false, features = ["rwh_06"] }
+tao = { git = "https://github.com/tauri-apps/tao", branch = "feat/background-color", default-features = false, features = [
+  "rwh_06",
+] }
 tauri-runtime = { version = "2.1.0", path = "../tauri-runtime" }
 tauri-utils = { version = "2.0.2", path = "../tauri-utils" }
 raw-window-handle = "0.6"