Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump wgpu from 0.14.2 to 0.15.0
Browse files Browse the repository at this point in the history
Bumps [wgpu](https://github.com/gfx-rs/wgpu) from 0.14.2 to 0.15.0.
- [Release notes](https://github.com/gfx-rs/wgpu/releases)
- [Changelog](https://github.com/gfx-rs/wgpu/blob/master/CHANGELOG.md)
- [Commits](gfx-rs/wgpu@v0.14.2...v0.15.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Jan 30, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 89d59a4 commit c48931e
Showing 2 changed files with 214 additions and 16 deletions.
228 changes: 213 additions & 15 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/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ default_features = false
features = ["xdg-portal"]

[dependencies.wgpu]
version = "0.14.2"
version = "0.15.0"
features = ["webgl"]

# We don't depend on `getrandom` directly, but we need this to enable the `js`

0 comments on commit c48931e

Please sign in to comment.