Skip to content

Commit

Permalink
git branch
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Oct 25, 2024
1 parent 1bcf1dd commit 9bdb297
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/tauri-runtime-wry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9bdb297

Please sign in to comment.