Skip to content

Commit

Permalink
Update wgpu requirement from 23.0 to 24.0
Browse files Browse the repository at this point in the history
Updates the requirements on [wgpu](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-v23.0.0...v24.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 16, 2025
1 parent c70729a commit a5a053b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rust_gpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]
[dependencies]
after-effects = { path = "../../after-effects" }
log = "0.4"
wgpu = { version = "23.0", features = ["spirv"] }
wgpu = { version = "24.0", features = ["spirv"] }
pollster = "0.4"
futures-intrusive = "0.5"
parking_lot = "0.12"
Expand Down

0 comments on commit a5a053b

Please sign in to comment.