Skip to content

Commit

Permalink
build(deps): update raw-window-metal requirement from 0.4 to 1.0
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.0.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 Sep 16, 2024
1 parent c1f5ac7 commit 1e34882
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.0"

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

0 comments on commit 1e34882

Please sign in to comment.