bevy/crates/bevy_ui/src
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
..
flex Prepare for upcoming rustlang by fixing upcoming clippy warnings (#6376) 2022-10-26 19:15:15 +00:00
render Remove outdated uses of single-tuple bundles (#6406) 2022-10-29 18:15:28 +00:00
widget fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00
entity.rs Make the default background color of NodeBundle transparent (#6211) 2022-10-09 21:03:05 +00:00
focus.rs Clarify bevy::ui::Node field and documentation (#5995) 2022-10-17 13:27:24 +00:00
geometry.rs Utility methods for Val (#6134) 2022-10-24 14:33:46 +00:00
lib.rs Resolve most remaining execution-order ambiguities (#6341) 2022-10-27 12:56:03 +00:00
ui_node.rs Utility methods for Val (#6134) 2022-10-24 14:33:46 +00:00
update.rs Fix clipping in UI (#6351) 2022-10-24 14:33:51 +00:00