[wgpu-hal]: MVP no_std support (#7599)

* MVP `no_std` support in `wgpu-hal`

* Update CHANGELOG.md

* Fix visibility

* Fix unused imports

* Response to feedback

Co-Authored-By: Connor Fitzgerald <connorwadefitzgerald@gmail.com>

* Update other `validation_canary` usages

Co-Authored-By: Connor Fitzgerald <connorwadefitzgerald@gmail.com>

---------

Co-authored-by: Connor Fitzgerald <connorwadefitzgerald@gmail.com>
This commit is contained in:
Zachary Harrold
2025-05-31 02:31:44 +10:00
committed by GitHub
parent d190106c3f
commit 6151330e3a
14 changed files with 73 additions and 54 deletions

View File

@@ -45,6 +45,7 @@ png.workspace = true
pollster.workspace = true
web-time.workspace = true
wgpu-types = { workspace = true, features = [
"std",
"trace", # TODO(#5974): this should be a dep on wgpu/trace and not wgpu-types at all
] }
winit.workspace = true