This release includes the crates wgpu-core and wgpu-hal at 0.18.1, and naga at 0.14.1. The crates wgpu and wgpu-types are still at 0.18.0.
Bug Fixes
General
- Fix panic in
Surface::configurein debug builds. By @cwfitzgerald in #4635 - Fix crash when all the following are true: By @teoxoy in ##4642
- Passing a naga module directly to
Device::create_shader_module. InstanceFlags::DEBUGis enabled.
- Passing a naga module directly to