Skip to content

Commit

Permalink
Bump wgpu from 0.20.0 to 0.20.1 (#213)
Browse files Browse the repository at this point in the history
Bumps [wgpu](https://github.com/gfx-rs/wgpu) from 0.20.0 to 0.20.1.
- [Release notes](https://github.com/gfx-rs/wgpu/releases)
- [Changelog](https://github.com/gfx-rs/wgpu/blob/v0.20.1/CHANGELOG.md)
- [Commits](gfx-rs/wgpu@v0.20.0...v0.20.1)

---
updated-dependencies:
- dependency-name: wgpu
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 13, 2024
1 parent 4f1f857 commit ca98ada
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wgpu-testbed-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cgmath = "0.18"
env_logger = "0.11.3"
log = "0.4"
futures = "0.3"
wgpu = "0.20.0"
wgpu = "0.20.1"
bytemuck = { version = "1.16.0", features = ["derive"] }
anyhow = "1.0"
tobj = { version = "4.0.2", features = ["async"] }
Expand Down

0 comments on commit ca98ada

Please sign in to comment.