v25.0.2
This release includes wgpu
, wgpu-core
and wgpu-hal
version 25.0.2
. All other crates remain at their previous versions.
Bug Fixes
General
- Fix a possible deadlock within
Queue::write_buffer
. By @RedMindZ in #7582 - Fix
raw-window-handle
dependency being too lenient. By @kpreid in #7526
WebGPU
- Insert fragment pipeline constants into fragment descriptor instead of vertex descriptor. By @DerSchmale in #7621