mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-01-14 23:18:02 -05:00
This PR removes optional backend features in favor of run-time selection at the `request_adapter` entry point. Adapters from all supported gpu backends on the platform are reported. It also makes gfx-rs dependency to be public (for now).