Skip to content

v26.0.1

Compare
Choose a tag to compare
@cwfitzgerald cwfitzgerald released this 10 Jul 20:19
· 13 commits to v26 since this release
0c978d0

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 when std 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.