mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
0cc53458cc
# Objective Making work with `Indices` struct easier. Currently when building indices in some quick-and-dirty code we need to do matches and handle enum variants. ## Solution `Indices::push` utility which works transparently with `U16` and `U32` variants. ## Testing Unit test added. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |