mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +00:00
daf3547636
## Objective - Split different types of gizmos into their own files ## Solution - Move `arc_2d` and `Arc2dBuilder` into `arcs.rs` - turns out there's no 3d arc function! I'll add one Soon(TM) in another MR ## Changelog - Changed - moved `gizmos::Arc2dBuilder` to `gizmos::arcs::Arc2dBuilder` ## Migration Guide - `gizmos::Arc2dBuilder` -> `gizmos::arcs::Arc2dBuilder` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |