bevy/crates/bevy_gizmos/src
Tristan Guichaoua b0f5d4df58
Enable the unsafe_op_in_unsafe_fn lint (#11591)
# Objective

- Partial fix of #11590

## Solution

- Enable `unsafe_op_in_unsafe_fn` at workspace level
- Fix the lint for most of the crates
2024-01-28 23:18:11 +00:00
..
aabb.rs Multiple Configurations for Gizmos (#10342) 2024-01-18 15:52:50 +00:00
arcs.rs Implement Arc3D for Gizmos (#11540) 2024-01-28 02:13:17 +00:00
arrows.rs Multiple Configurations for Gizmos (#10342) 2024-01-18 15:52:50 +00:00
circles.rs Use Direction3d for gizmos.circle normal (#11422) 2024-01-21 18:03:26 +00:00
config.rs Multiple Configurations for Gizmos (#10342) 2024-01-18 15:52:50 +00:00
gizmos.rs Enable the unsafe_op_in_unsafe_fn lint (#11591) 2024-01-28 23:18:11 +00:00
lib.rs Insert Gizmos config instead of Init (#11580) 2024-01-28 15:00:09 +00:00
lines.wgsl Fix float precision issue in the gizmo shader (#10408) 2023-11-14 22:36:02 +00:00
pipeline_2d.rs Multiple Configurations for Gizmos (#10342) 2024-01-18 15:52:50 +00:00
pipeline_3d.rs Multiple Configurations for Gizmos (#10342) 2024-01-18 15:52:50 +00:00