diff options
Diffstat (limited to 'native')
-rw-r--r-- | native/src/lib.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/native/src/lib.rs b/native/src/lib.rs index fa72a553..56399e57 100644 --- a/native/src/lib.rs +++ b/native/src/lib.rs @@ -211,10 +211,8 @@ mod node; mod style; mod user_interface; -pub(crate) use iced_core::Vector; - pub use iced_core::{ - Align, Background, Color, Justify, Length, Point, Rectangle, + Align, Background, Color, Justify, Length, Point, Rectangle, Vector, }; #[doc(no_inline)] |