Skip to content

Commit

Permalink
chore(deps): update wry to 0.47 and tao to 0.30.6
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Nov 9, 2024
1 parent 60e86d5 commit 1d47af4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
24 changes: 18 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/tauri-runtime-wry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
wry = { version = "0.46.1", default-features = false, features = [
wry = { version = "0.47", default-features = false, features = [
"drag-drop",
"protocol",
"os-webview",
"linux-body",
] }
tao = { version = "0.30.5", default-features = false, features = ["rwh_06"] }
tao = { version = "0.30.6", 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 1d47af4

Please sign in to comment.