From 64097983f195ac1e923b6a1bd8cb0fc2c109fabc Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 12 Feb 2020 04:03:24 +0100 Subject: Expose `Point` in `iced_web` --- web/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/src/lib.rs b/web/src/lib.rs index 7b54a07a..4dc7aba7 100644 --- a/web/src/lib.rs +++ b/web/src/lib.rs @@ -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}; -- cgit