Skip to content

Commit

Permalink
update wry to v0.43 and tao to v0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Sep 4, 2024
1 parent 1c3c246 commit f736e73
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
90 changes: 45 additions & 45 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 @@ -52,16 +52,16 @@ rfd = "0.14.1"
serde = "1.0.195"
serde_json = "1.0.111"
serde_yaml = "0.9.30"
tao = { version = "0.29.0", default-features = false, features = [ "rwh_06" ] }
tao = { version = "0.30.0", default-features = false, features = [ "rwh_06" ] }

[target.'cfg(target_os = "macos")'.dependencies]
wry = { version = "0.42.0", features = ["transparent"] }
wry = { version = "0.43.1", features = ["transparent"] }
window-vibrancy = "0.5.0"
objc = "0.2.7"
core-graphics = "0.24.0"

[target.'cfg(not(target_os = "macos"))'.dependencies]
wry = "0.42.0"
wry = "0.43.1"

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

0 comments on commit f736e73

Please sign in to comment.