Skip to content

Commit

Permalink
build(deps): update wgpu requirement from 0.17.1 to 0.19.0
Browse files Browse the repository at this point in the history
Updates the requirements on [wgpu](https://github.com/gfx-rs/wgpu) to permit the latest version.
- [Release notes](https://github.com/gfx-rs/wgpu/releases)
- [Changelog](https://github.com/gfx-rs/wgpu/blob/trunk/CHANGELOG.md)
- [Commits](gfx-rs/wgpu@v0.17.1...v0.17.2)

---
updated-dependencies:
- dependency-name: wgpu
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 2, 2024
1 parent b8d80c4 commit 9788c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ unicode-script = "0.5.4"
unicode-segmentation = "1.9.0"
usvg = { version= "0.36.0", default-features = false }
webbrowser = "0.8.8"
wgpu = {version = "0.17.1"}
wgpu = {version = "0.19.1"}
winit = { version="0.29.5", default-features = false, features = ["x11", "wayland", "wayland-dlopen", "rwh_05"]}
zerocopy = "0.7.3"
quick-xml = "0.31.0"
Expand Down

0 comments on commit 9788c01

Please sign in to comment.