Skip to content

Commit

Permalink
update wry from 0.39 to 0.40 and tao from 0.27 to 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed May 23, 2024
1 parent 535a5a7 commit 39568ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions v2/Cargo.lock

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

6 changes: 3 additions & 3 deletions v2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ rfd = "0.14.1"
serde = "1.0.195"
serde_json = "1.0.111"
serde_yaml = "0.9.30"
tao = { version = "0.27", default-features = false, features = [ "rwh_06" ] }
tao = { version = "0.28.0", default-features = false, features = [ "rwh_06" ] }

[target.'cfg(target_os = "macos")'.dependencies]
wry = { version = "0.39.5", features = ["transparent"] }
wry = { version = "0.40.0", features = ["transparent"] }
window-vibrancy = "0.5.0"

[target.'cfg(not(target_os = "macos"))'.dependencies]
wry = "0.39.5"
wry = "0.40.0"

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.52.0", features = ["Win32_Foundation", "Win32_System_Console", "Win32_UI_WindowsAndMessaging"] }
Expand Down

0 comments on commit 39568ae

Please sign in to comment.