mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 14:55:05 +00:00
853 B
853 B
Connections Link to the issues addressed by this PR, or dependent PRs in other repositories
Description Describe what problem this is solving, and how it's solved.
Testing Explain how this change is tested.
Checklist
- Run
cargo fmt
. - Run
cargo clippy
. If applicable, add:--target wasm32-unknown-unknown
--target wasm32-unknown-emscripten
- Run
cargo xtask test
to run tests. - Add change to
CHANGELOG.md
. See simple instructions inside file.