소스 검색

git branch

amrbashir 9 달 전
부모
커밋
9bdb2973f3
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      crates/tauri-runtime-wry/Cargo.toml

+ 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"