mirror of
https://github.com/bevyengine/bevy
synced 2024-11-13 00:17:27 +00:00
f91f69e88f
# Objective Calling `RenderDevice::poll` requires an instance of `wgpu::Maintain`, but the type was not reexported by bevy. Working around it requires adding a dependency on `wgpu`, since bevy does not reexport the `wgpu` crate as a whole anywhere. ## Solution Reexport `wgpu::Maintain` in `render_resource`, where the other wgpu types are reexported. |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |