bevy/crates/bevy_render
François c61fbcb7db Only bevy_render should depend directly on wgpu (#3393)
# Objective

- Only bevy_render should depend directly on wgpu
- This helps to make sure bevy_render re-exports everything needed from wgpu

## Solution

- Remove bevy_pbr, bevy_sprite and bevy_ui dependency on wgpu


Co-authored-by: François <8672791+mockersf@users.noreply.github.com>
2021-12-20 20:50:52 +00:00
..
src Only bevy_render should depend directly on wgpu (#3393) 2021-12-20 20:50:52 +00:00
Cargo.toml Update wgpu to 0.12 and naga to 0.8 (#3375) 2021-12-19 03:03:06 +00:00