bevy/crates/bevy_ui/src
KDecay f531a94370 Remove redundant Size import (#5339)
# Objective

- Fixes  #5338 
- Allow the usage of `use bevy::ui::Size` (see migration guide in #4285)

## Solution

- Remove the `use crate::Size` import so that the `pub use geometry::*` import also publicly uses the `Size` struct.
2022-07-16 13:53:41 +00:00
..
flex Update codebase to use IntoIterator where possible. (#5269) 2022-07-11 15:28:50 +00:00
render Use Affine3A for GlobalTransform to allow any affine transformation (#4379) 2022-07-16 00:51:12 +00:00
widget Update codebase to use IntoIterator where possible. (#5269) 2022-07-11 15:28:50 +00:00
entity.rs Visibilty Inheritance, universal ComputedVisibility and RenderLayers support (#5310) 2022-07-15 23:24:42 +00:00
focus.rs Use Affine3A for GlobalTransform to allow any affine transformation (#4379) 2022-07-16 00:51:12 +00:00
geometry.rs Move Rect to bevy_ui and rename it to UiRect (#4276) 2022-04-25 19:20:38 +00:00
lib.rs Remove redundant Size import (#5339) 2022-07-16 13:53:41 +00:00
ui_node.rs fix new clippy lints (#5160) 2022-07-01 13:41:23 +00:00
update.rs Use Affine3A for GlobalTransform to allow any affine transformation (#4379) 2022-07-16 00:51:12 +00:00