bevy/crates/bevy_render/src/mesh
tygyh fd308571c4
Remove unnecessary path prefixes (#10749)
# Objective

- Shorten paths by removing unnecessary prefixes

## Solution

- Remove the prefixes from many paths which do not need them. Finding
the paths was done automatically using built-in refactoring tools in
Jetbrains RustRover.
2023-11-28 23:43:40 +00:00
..
mesh Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
shape Add consuming builder methods for more ergonomic Mesh creation (#10056) 2023-10-09 19:47:41 +00:00
mod.rs Implement Reflect for Mesh (#9779) 2023-09-12 21:30:16 +00:00
morph.rs Fix CI for Rust 1.72 (#9562) 2023-08-25 12:34:24 +00:00