chore(deps): update rust dependencies related to winit and wgpu to 0.19.2 #15372
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.19.0
->0.19.2
0.19.1
->0.19.2
Release Notes
gfx-rs/wgpu (naga)
v0.19.2
Compare Source
This release includes
wgpu
,wgpu-core
,wgpu-hal
,wgpu-types
, andnaga
. All other crates are unchanged.Added/New Features
General
wgpu::Id
now implementsPartialOrd
/Ord
allowing it to be put inBTreeMap
s. By @cwfitzgerald and @9291Sam in #5176OpenGL
wgsl-out
Documentation
wgpu::Instance::create_surface
documentation. By @HexoKnight in #5280.wgpu::CommandEncoder::clear_buffer
documentation. By @PWhiddy in #5281.Surface
configuration incorrectly claimed thatwgpu::Instance::create_surface
was unsafe. By @hackaugusto in #5265.Bug Fixes
General
clone
during GLSL shader injestion. By @a1phyr in #5118.Device::clear_buffer
whereoffset + size > buffer.size
was not checked whensize
was omitted. By @ErichDonGubler in #5282.DX12
panic!
when droppingInstance
withoutInstanceFlags::VALIDATION
. By @hakolao in #5134OpenGL
Etc2Rgba8Unorm
format. By @andristarr in #5178libX11.so.6
in addition tolibX11.so
on linux. #5307GL_EXT_texture_shadow_lod
to support sampling a cube depth texture with an explicit LOD. By @cmrschwarz in #5171.glsl-in
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.