Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update rust crate wgpu to 0.16.1 (#30)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [wgpu](https://wgpu.rs/) ([source](https://togithub.com/gfx-rs/wgpu)) | dependencies | patch | `0.16.0` -> `0.16.1` | --- ### Release Notes <details> <summary>gfx-rs/wgpu</summary> ### [`v0.16.1`](https://togithub.com/gfx-rs/wgpu/releases/tag/v0.16.1) [Compare Source](https://togithub.com/gfx-rs/wgpu/compare/v0.16.0...v0.16.1) This release includes `wgpu`, and `wgpu-core`. The crates `wgpu-hal` and `wgpu-types` are still at `0.16.0`. ##### General - Fix crash on dropping `wgpu::CommandBuffer`. By [@​wumpf](https://togithub.com/wumpf) in [#​3726](https://togithub.com/gfx-rs/wgpu/pull/3726). - Use `u32`s internally for bind group indices, rather than `u8`. By [@​ErichDonGubler](https://togithub.com/ErichDonGubler) in [#​3743](https://togithub.com/gfx-rs/wgpu/pull/3743). ##### GLES - Fix missing 4X MSAA support on some OpenGL backends. By [@​emilk](https://togithub.com/emilk) in [#​3780](https://togithub.com/gfx-rs/wgpu/pull/3780) ##### WebGPU - Fix crash when calling `create_surface_from_canvas`. By [@​grovesNL](https://togithub.com/grovesNL) in [#​3718](https://togithub.com/gfx-rs/wgpu/pull/3718) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/SilenLoc/TypeFast). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuNCIsInVwZGF0ZWRJblZlciI6IjM1LjEwMi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
- Loading branch information