Skip to content

Commit

Permalink
Bump wgpu from 22.1.0 to 23.0.0
Browse files Browse the repository at this point in the history
Bumps [wgpu](https://github.com/gfx-rs/wgpu) from 22.1.0 to 23.0.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@wgpu-v22.1.0...wgpu-v23.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 14e31c8 commit 42ea37a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 96 deletions.
120 changes: 25 additions & 95 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 simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tonic = "0.12.3"
tracing = "0.1.40"
tracing-core = "0.1.32"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
wgpu = { version = "22.1.0", features = ["serde"] }
wgpu = { version = "23.0.0", features = ["serde"] }
winit = "0.29.15"

[features]
Expand Down

0 comments on commit 42ea37a

Please sign in to comment.