bevy/crates/bevy_wgpu
Callum Tolley a40ec1c6b6 Add minimum sizes to textures to prevent crash (#2300)
# Objective
- Fixes #2299

## Solution
- Ensures that textures are never requested with 0 height/width.
2021-06-09 18:07:40 +00:00
..
src Add minimum sizes to textures to prevent crash (#2300) 2021-06-09 18:07:40 +00:00
Cargo.toml update for wgpu 0.8 (#1959) 2021-05-02 20:45:25 +00:00