bevy/crates/bevy_render
Sludge f91f69e88f
Reexport wgpu::Maintain (#10461)
# 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.
2023-11-09 02:10:22 +00:00
..
macros Release 0.12 (#10362) 2023-11-04 17:24:23 +00:00
src Reexport wgpu::Maintain (#10461) 2023-11-09 02:10:22 +00:00
Cargo.toml Release 0.12 (#10362) 2023-11-04 17:24:23 +00:00