mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
2c4ef37b76
# Objective Fixes #14365 ## Migration Guide - When using the iterator returned by `Mesh::attributes` or `Mesh::attributes_mut` the first value of the tuple is not the `MeshVertexAttribute` instead of `MeshVertexAttributeId`. To access the `MeshVertexAttributeId` use the `MeshVertexAttribute.id` field. Signed-off-by: Sarthak Singh <sarthak.singh99@gmail.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |