Expose Point in iced_web

This commit is contained in:
Héctor Ramón Jiménez 2020-02-12 04:03:24 +01:00
parent 4777f5d787
commit 64097983f1

View File

@ -73,7 +73,7 @@ pub use dodrio;
pub use element::Element;
pub use hasher::Hasher;
pub use iced_core::{
Align, Background, Color, Font, HorizontalAlignment, Length, Vector,
Align, Background, Color, Font, HorizontalAlignment, Length, Point, Vector,
VerticalAlignment,
};
pub use iced_futures::{executor, futures, Command};