bevy/crates/bevy_ui
JoJoJet 336049da68 Remove outdated uses of single-tuple bundles (#6406)
# Objective

Bevy still has many instances of using single-tuples `(T,)` to create a bundle. Due to #2975, this is no longer necessary.

## Solution

Search for regex `\(.+\s*,\)`. This should have found every instance.
2022-10-29 18:15:28 +00:00
..
src Remove outdated uses of single-tuple bundles (#6406) 2022-10-29 18:15:28 +00:00
Cargo.toml Revert thiserror version requirement to match version for all crates. (#6365) 2022-10-25 09:55:31 +00:00