mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
This allows `wgpu-hal` to be used in `no_std` environments, except that currently, only the `noop` backend supports `no_std`. In the future, `cfg(all(gles, webgl))` should also be `no_std`, but that requires further work. Co-Authored_by: Kevin Reid <kpreid@switchb.org>