bevy/crates/bevy_render/src/mesh
Michael Clayton 91109f6f18 add Debug, Copy, Clone derives to Circle (#6009)
# Objective

- all the shapes except Circle have derives for Debug, Copy, and Clone

## Solution

- add derive to Circle for Debug, Copy, and Clone
2022-09-18 02:03:10 +00:00
..
mesh Miscellaneous code-quality improvements. (#5860) 2022-09-05 00:30:21 +00:00
shape add Debug, Copy, Clone derives to Circle (#6009) 2022-09-18 02:03:10 +00:00
mod.rs Mesh Skinning. Attempt #3 (#4238) 2022-03-29 18:31:13 +00:00