Skip to content

Commit

Permalink
fix(deps): update rust crate wgpu to 0.16.1 (#30)
Browse files Browse the repository at this point in the history
[![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
[@&#8203;wumpf](https://togithub.com/wumpf) in
[#&#8203;3726](https://togithub.com/gfx-rs/wgpu/pull/3726).
- Use `u32`s internally for bind group indices, rather than `u8`. By
[@&#8203;ErichDonGubler](https://togithub.com/ErichDonGubler) in
[#&#8203;3743](https://togithub.com/gfx-rs/wgpu/pull/3743).

##### GLES

- Fix missing 4X MSAA support on some OpenGL backends. By
[@&#8203;emilk](https://togithub.com/emilk) in
[#&#8203;3780](https://togithub.com/gfx-rs/wgpu/pull/3780)

##### WebGPU

- Fix crash when calling `create_surface_from_canvas`. By
[@&#8203;grovesNL](https://togithub.com/grovesNL) in
[#&#8203;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
SilenLoc committed May 30, 2023
2 parents 6893a6a + 792b7d3 commit 91de527
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 @@ -29,4 +29,4 @@ wasm-bindgen = "0.2.86"
console_error_panic_hook = "0.1.7"
tracing-wasm = "0.2"
wasm-bindgen-futures = "0.4"
wgpu = { version = "0.16.0", features = ["webgl"] }
wgpu = { version = "0.16.1", features = ["webgl"] }

0 comments on commit 91de527

Please sign in to comment.