Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-10 | 620 Bytes | |
v26.0.1 source code.tar.gz | 2025-07-10 | 13.3 MB | |
v26.0.1 source code.zip | 2025-07-10 | 14.2 MB | |
Totals: 3 Items | 27.6 MB | 0 |
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.