Skip to content

Commit

Permalink
build(deps): update raw-window-metal requirement from 0.4 to 1.1
Browse files Browse the repository at this point in the history
Updates the requirements on [raw-window-metal](https://github.com/rust-windowing/raw-window-metal) to permit the latest version.
- [Changelog](https://github.com/rust-windowing/raw-window-metal/blob/master/CHANGELOG.md)
- [Commits](rust-windowing/raw-window-metal@0.4.0...1.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 222e41e commit 4cf7992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ash-window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ash = { path = "../ash", version = "0.38", default-features = false, features =
raw-window-handle = "0.6"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
raw-window-metal = "0.4"
raw-window-metal = "1.1"

[dev-dependencies]
winit = { version = "0.29", features = ["rwh_06"] }
Expand Down

0 comments on commit 4cf7992

Please sign in to comment.