SakulFlee / Akimo-Project

Other
0 stars 0 forks source link

Corrected last merge + Update Rust crate wgpu to v0.20.1 #157

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
wgpu (source) dependencies patch 0.20.0 -> 0.20.1

Release Notes

gfx-rs/wgpu (wgpu) ### [`v0.20.1`](https://togithub.com/gfx-rs/wgpu/releases/tag/v0.20.1) [Compare Source](https://togithub.com/gfx-rs/wgpu/compare/v0.20.0...v0.20.1) This release included v0.21.0 of `wgpu-core` and `wgpu-hal`, due to breaking changes needed to solve vulkan validation issues. It also includes v0.20.1 for `wgpu` and `wgpu-info`. ##### Bug Fixes This release fixes the validation errors whenever a surface is used with the vulkan backend. By [@​cwfitzgerald](https://togithub.com/cwfitzgerald) in [#​5681](https://togithub.com/gfx-rs/wgpu/pull/5681). ##### General - Clean up weak references to texture views and bind groups to prevent memory leaks. By [@​xiaopengli89](https://togithub.com/xiaopengli89) in [#​5595](https://togithub.com/gfx-rs/wgpu/pull/5595). - Fix segfault on exit if queue & device are dropped before surface. By [@​sagudev](https://togithub.com/sagudev) in [#​5640](https://togithub.com/gfx-rs/wgpu/pull/5640). ##### Metal - Fix unrecognized selector crash on iOS 12. By [@​vladasz](https://togithub.com/vladasz) in [#​5744](https://togithub.com/gfx-rs/wgpu/pull/5744). ##### Vulkan - Fix enablement of subgroup ops extension on Vulkan devices that don't support Vulkan 1.3. By [@​cwfitzgerald](https://togithub.com/cwfitzgerald) in [#​5624](https://togithub.com/gfx-rs/wgpu/pull/5624). ##### GLES / OpenGL - Fix regression on OpenGL (EGL) where non-sRGB still used sRGB [#​5642](https://togithub.com/gfx-rs/wgpu/pull/5642)

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.



This PR has been generated by Mend Renovate. View repository job log here.