Expose Rectangle in iced_web

This commit is contained in:
Héctor Ramón Jiménez 2020-04-28 06:31:00 +02:00
parent 2539042b71
commit 85dc07c3b0

View file

@ -75,7 +75,7 @@ pub use element::Element;
pub use hasher::Hasher;
pub use iced_core::{
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 subscription::Subscription;