Skip to content

Commit

Permalink
Update wgpu requirement from 0 to 22
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-v0.2.0...wgpu-v22.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 19, 2024
1 parent 9ae425d commit 4ec504c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ webgpu-compute = ["bytemuck", "pollster", "wgpu"]
allocation-counter = { version = "0", optional = true }
bytemuck = { version = "1", optional = true }
pollster = { version = "0", optional = true }
wgpu = { version = "0", optional = true }
wgpu = { version = "22", optional = true }

[dev-dependencies]
iai = { git = "https://github.com/fornwall/iai.git" }
Expand Down

0 comments on commit 4ec504c

Please sign in to comment.