diff options
Diffstat (limited to '')
-rw-r--r-- | web/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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}; |