Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Azkellas committed Sep 29, 2023
1 parent db010b5 commit 521aef4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resolver = "2"
members = ["lib"]

[workspace.dependencies]
wgpu = { version = "0.17.0", default-features = false }
wgpu = { version = "0.17.1", default-features = false }
egui = { git = "https://github.com/emilk/egui.git", rev = "b896d641c578c04603adf07a9350b8bfc3c7ed9f" }
pollster = "0.3.0"
log = "0.4.19"
Expand Down

0 comments on commit 521aef4

Please sign in to comment.