bevy/crates/bevy_render
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 glam (0.15.1) and hexasphere (3.4) (#2199) 2021-05-18 18:56:15 +00:00