bevy/crates/bevy_sprite/src
Nicola Papale 7163aabf29
Use a single line for of large binding lists (#9849)
# Objective

- When adding/removing bindings in large binding lists, git would
generate very difficult-to-read diffs

## Solution

- Move the `@group(X) @binding(Y)` into the same line as the binding
type declaration
2023-09-19 22:17:44 +00:00
..
mesh2d Use a single line for of large binding lists (#9849) 2023-09-19 22:17:44 +00:00
render Use a single line for of large binding lists (#9849) 2023-09-19 22:17:44 +00:00
bundle.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
collide_aabb.rs Update docs to reflect that the shallowest and not the deepest penetr… (#8473) 2023-04-23 19:41:21 +00:00
dynamic_texture_atlas_builder.rs Doc bevy sprite (#7858) 2023-03-03 18:14:40 +00:00
lib.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
sprite.rs Make Anchor Copy (#9327) 2023-08-11 21:04:53 +00:00
texture_atlas.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
texture_atlas_builder.rs Fix the clippy::explicit_iter_loop lint (#9834) 2023-09-19 03:35:22 +00:00