bevy/crates/bevy_ui
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
..
src Use a single line for of large binding lists (#9849) 2023-09-19 22:17:44 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00