Skip to content

Commit

Permalink
Bump wgpu from 0.19.4 to 0.20.1
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.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.19.4...v0.20.1)

---
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 Jun 17, 2024
1 parent e9c0010 commit a2600f3
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 19 deletions.
225 changes: 208 additions & 17 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 crates/gosub_renderer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ taffy = "0.5.1"
vello = "0.1.0"
winit = "0.29.15"
anyhow = "1.0.86"
wgpu = "0.19.3"
wgpu = "0.20.1"
futures = "0.3.30"
slotmap = "1.0.7"
smallvec = "1.13.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_vello/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ vello = "0.1.0"
image = "0.25.1"
smallvec = "1.13.2"
anyhow = "1.0.82"
wgpu = "0.19.4"
wgpu = "0.20.1"
raw-window-handle = "0.6.2"
futures = "0.3.30"

0 comments on commit a2600f3

Please sign in to comment.