mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
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.
This commit is contained in:
parent
25d222b73e
commit
f531a94370
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ pub mod prelude {
|
|||
pub use crate::{entity::*, geometry::*, ui_node::*, widget::Button, Interaction};
|
||||
}
|
||||
|
||||
use crate::Size;
|
||||
use bevy_app::prelude::*;
|
||||
use bevy_ecs::schedule::{ParallelSystemDescriptorCoercion, SystemLabel};
|
||||
use bevy_input::InputSystem;
|
||||
|
|
Loading…
Reference in a new issue