This release contains wgpu
v24.0.1. All other crates remain at v24.0.0.
Bug Fixes
- Fix
wgpu
not building with --no-default-features
on when targeting wasm32-unknown-unknown
. By @Wumpf in #6946.
- Implement
Clone
on ShaderModule
. By @a1phyr in #6937.
- Fix
CopyExternalImageDestInfo
not exported on wgpu
. By @Wumpf in #6962.