Skip to content

Commit

Permalink
Update raw-window-handle requirement from 0.5 to 0.6
Browse files Browse the repository at this point in the history
Updates the requirements on [raw-window-handle](https://github.com/rust-windowing/raw-window-handle) to permit the latest version.
- [Release notes](https://github.com/rust-windowing/raw-window-handle/releases)
- [Changelog](https://github.com/rust-windowing/raw-window-handle/blob/master/CHANGELOG.md)
- [Commits](rust-windowing/raw-window-handle@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: raw-window-handle
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2023
1 parent bf30a25 commit 91b3866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/bevy_window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bevy_reflect = { path = "../bevy_reflect", version = "0.12.0", features = [
bevy_utils = { path = "../bevy_utils", version = "0.12.0" }
# Used for close_on_esc
bevy_input = { path = "../bevy_input", version = "0.12.0" }
raw-window-handle = "0.5"
raw-window-handle = "0.6"

# other
serde = { version = "1.0", features = ["derive"], optional = true }
2 changes: 1 addition & 1 deletion crates/bevy_winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ bevy_tasks = { path = "../bevy_tasks", version = "0.12.0" }
winit = { version = "0.28.7", default-features = false }
accesskit_winit = { version = "0.15", default-features = false }
approx = { version = "0.5", default-features = false }
raw-window-handle = "0.5"
raw-window-handle = "0.6"

[target.'cfg(target_os = "android")'.dependencies]
winit = { version = "0.28.7", default-features = false, features = [
Expand Down

0 comments on commit 91b3866

Please sign in to comment.