Skip to content

Commit

Permalink
fix(deps): update rust crate wgpu to 0.17.1 (#43)
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.17.0` -> `0.17.1` |

---

### Release Notes

<details>
<summary>gfx-rs/wgpu (wgpu)</summary>

### [`v0.17.1`](https://togithub.com/gfx-rs/wgpu/releases/tag/v0.17.1)

[Compare
Source](https://togithub.com/gfx-rs/wgpu/compare/v0.17.0...v0.17.1)

This release includes the crate `wgpu`, `wgpu-core`, and `wgpu-hal`. The
crate `wgpu-types` is still at `0.17.0`.

##### Added/New Features

- Add `get_mapped_range_as_array_buffer` for faster buffer read-backs in
wasm builds. By [@&#8203;ryankaplan](https://togithub.com/ryankaplan) in
[#&#8203;4042](https://togithub.com/gfx-rs/wgpu/pull/4042).

##### Bug Fixes

##### DX12

- Fix panic on resize when using DX12. By
[@&#8203;cwfitzgerald](https://togithub.com/cwfitzgerald) in
[#&#8203;4106](https://togithub.com/gfx-rs/wgpu/pull/4106)

##### Vulkan

- Suppress validation error caused by OBS layer. This was also fixed
upstream. By [@&#8203;cwfitzgerald](https://togithub.com/cwfitzgerald)
in [#&#8203;4002](https://togithub.com/gfx-rs/wgpu/pull/4002)
- Work around bug in nvidia's vkCmdFillBuffer implementation. By
[@&#8203;cwfitzgerald](https://togithub.com/cwfitzgerald) in
[#&#8203;4132](https://togithub.com/gfx-rs/wgpu/pull/4132).

</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://developer.mend.io/github/SilenLoc/TypeFast).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDcuMiIsInVwZGF0ZWRJblZlciI6IjM2LjEwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
SilenLoc committed Oct 5, 2023
2 parents 723dfa5 + deffa2c commit e345109
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 @@ -30,4 +30,4 @@ wasm-bindgen = "0.2.87"
console_error_panic_hook = "0.1.7"
tracing-wasm = "0.2"
wasm-bindgen-futures = "0.4"
wgpu = { version = "0.17.0", features = ["webgl"] }
wgpu = { version = "0.17.1", features = ["webgl"] }

0 comments on commit e345109

Please sign in to comment.