Skip to content

Commit

Permalink
build(deps): bump wgpu in the winit-wgpu-egui group
Browse files Browse the repository at this point in the history
Bumps the winit-wgpu-egui group with 1 update: [wgpu](https://github.com/gfx-rs/wgpu).


Updates `wgpu` from 23.0.0 to 23.0.1
- [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-v23.0.0...wgpu-v23.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and torokati44 committed Nov 25, 2024
1 parent 3d6834a commit 43e264f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -49,7 +49,7 @@ version = "0.1.0"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
naga = { version = "23.0.0", features = ["wgsl-out"] }
wgpu = "23.0.0"
wgpu = "23.0.1"
egui = { git = "https://github.com/emilk/egui.git", branch = "master" }
clap = { version = "4.5.21", features = ["derive"] }
cpal = "0.15.3"
Expand Down

0 comments on commit 43e264f

Please sign in to comment.