Expose Rectangle in iced_web
This commit is contained in:
parent
2539042b71
commit
85dc07c3b0
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ pub use element::Element;
|
||||||
pub use hasher::Hasher;
|
pub use hasher::Hasher;
|
||||||
pub use iced_core::{
|
pub use iced_core::{
|
||||||
keyboard, Align, Background, Color, Font, HorizontalAlignment, Length,
|
keyboard, Align, Background, Color, Font, HorizontalAlignment, Length,
|
||||||
Point, Size, Vector, VerticalAlignment,
|
Point, Rectangle, Size, Vector, VerticalAlignment,
|
||||||
};
|
};
|
||||||
pub use iced_futures::{executor, futures, Command};
|
pub use iced_futures::{executor, futures, Command};
|
||||||
pub use subscription::Subscription;
|
pub use subscription::Subscription;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue