bevy/crates/bevy_render
robtfm 807d6465d2
warn and min for different vertex count (#9699)
# Objective

Bevy currently crashes when meshes with different vertex counts for
attributes are provided.

## Solution

Instead of crashing we can warn and take the min length of all the given
attributes.
2023-09-05 23:54:28 +00:00
..
macros Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00
src warn and min for different vertex count (#9699) 2023-09-05 23:54:28 +00:00
Cargo.toml Remove unused regex dep from bevy_render (#9613) 2023-08-29 12:28:24 +00:00