bevy/crates/bevy_mesh/src
theotherphil 7645ce91ed
Add newlines before impl blocks (#19746)
# Objective

Fix https://github.com/bevyengine/bevy/issues/19617 

# Solution

Add newlines before all impl blocks.

I suspect that at least some of these will be objectionable! If there's
a desired Bevy style for this then I'll update the PR. If not then we
can just close it - it's the work of a single find and replace.
2025-06-22 23:07:02 +00:00
..
primitives Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
conversions.rs Deny derive_more error feature and replace it with thiserror (#16684) 2024-12-06 17:03:55 +00:00
index.rs Add newlines before impl blocks (#19746) 2025-06-22 23:07:02 +00:00
lib.rs Reduce dependencies on bevy_render by preferring bevy_mesh imports (#18437) 2025-03-25 04:14:42 +00:00
mesh.rs Initial raytraced lighting progress (bevy_solari) (#19058) 2025-06-12 21:26:10 +00:00
mikktspace.rs Deny derive_more error feature and replace it with thiserror (#16684) 2024-12-06 17:03:55 +00:00
morph.rs Add newlines before impl blocks (#19746) 2025-06-22 23:07:02 +00:00
skinning.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
vertex.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00