Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wgpu-hal: Work around cbindgen bug: ignore
gles::egl
module.
The definition of `EglInstance` trips mozilla/cbindgen#286. Since the `wgpu_hal::gles::egl` module is an implementation detail anyway, it should be harmless to ask cbindgen to just ignore it. Fixes gfx-rs#2575.
- Loading branch information