bevy/crates/bevy_gizmos/src
Tygyh 1568d4a415
Reorder impl to be the same as the trait (#11076)
# Objective

- Make the implementation order consistent between all sources to fit
the order in the trait.

## Solution

- Change the implementation order.
2023-12-24 17:43:55 +00:00
..
arcs.rs Remove unnecessary parens (#11075) 2023-12-24 17:43:01 +00:00
arrows.rs Move Circle Gizmos to Their Own File (#10631) 2023-11-20 09:47:50 +00:00
circles.rs Remove unnecessary parens (#11075) 2023-12-24 17:43:01 +00:00
gizmos.rs move gizmo arcs to their own file (#10660) 2023-11-22 14:58:34 +00:00
lib.rs Reorder impl to be the same as the trait (#11076) 2023-12-24 17:43:55 +00:00
lines.wgsl Fix float precision issue in the gizmo shader (#10408) 2023-11-14 22:36:02 +00:00
pipeline_2d.rs Automatic batching/instancing of draw commands (#9685) 2023-09-21 22:12:34 +00:00
pipeline_3d.rs Fix gizmo crash when prepass enabled (#10360) 2023-11-03 23:38:50 +00:00