Skip to content

Commit

Permalink
Update wgpu-types requirement from 0.20 to 23.0
Browse files Browse the repository at this point in the history
Updates the requirements on [wgpu-types](https://github.com/gfx-rs/wgpu) to permit the latest version.
- [Release notes](https://github.com/gfx-rs/wgpu/releases)
- [Changelog](https://github.com/gfx-rs/wgpu/blob/trunk/CHANGELOG.md)
- [Commits](gfx-rs/wgpu@wgpu-types-v0.20.0...wgpu-types-v23.0.0)

---
updated-dependencies:
- dependency-name: wgpu-types
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 2ae6396 commit ebc0a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ bevy = { version = "0.14.0", default-features = false, features = [
egui = { version = "0.29", default-features = false, features = ["bytemuck"] }
bytemuck = "1"
webbrowser = { version = "1.0.1", optional = true }
wgpu-types = "0.20"
wgpu-types = "23.0"

[target.'cfg(not(any(target_arch = "wasm32", target_os = "android")))'.dependencies]
arboard = { version = "3.2.0", optional = true }
Expand Down

0 comments on commit ebc0a04

Please sign in to comment.