mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
524dce7505
# Objective - Primitives should not use poorly defined types like `usize`, especially since they are serializable ## Solution - Use `u32` instead of `usize` - The generic array types do not need to be changed because this size is not actually stored or serialized anywhere --- ## Migration Guide - `RegularPolygon` now uses `u32` instead of `usize` for the number of sides |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml | ||
README.md |