bevy/crates/bevy_render
myreprise1 de98850a3e Use position in code when possible (#7621)
# Objective

- This makes code a little more readable now.

## Solution

- Use `position` provided by `Iter` instead of  `enumerating` indices and `map`ping to the index.
2023-02-11 08:28:14 +00:00
..
macros Extract component derive (#7399) 2023-01-30 18:12:16 +00:00
src Use position in code when possible (#7621) 2023-02-11 08:28:14 +00:00
Cargo.toml Wgpu 0.15 (#7356) 2023-01-29 20:27:30 +00:00