Skip to content

v24.0.1

Latest
Compare
Choose a tag to compare
@cwfitzgerald cwfitzgerald released this 23 Jan 00:22
· 67 commits to trunk since this release
f6a4834

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.