Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent 6de43b0 commit 0558e47
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 33 deletions.
72 changes: 40 additions & 32 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 compute-shader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
wgpu = "0.19"
wgpu = "0.20"
anyhow = { workspace = true }
bytemuck = { workspace = true }
tokio = { workspace = true }
Expand Down

0 comments on commit 0558e47

Please sign in to comment.