v26.0.1
This release includes v26.0.1
of wgpu
and wgpu-core
. All other crates remain at their previous versions.
Bug Fixes
- Fixed build error inside
wgpu::util::initialize_adapter_from_env
whenstd
feature is not enabled. By @kpreid in #7918. - Fixed build error occurring when the
profiling
dependency is configured to have profiling active. By @kpreid in #7916. - Emit a validation error instead of panicking when a query set index is OOB. By @ErichDonGubler in #7908.