From 470266f54069a1c9b6147026d018b437b6457f7b Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 5 Nov 2019 03:16:46 +0100 Subject: Add horizontal offset to `Primitive::Clip` --- native/src/lib.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'native/src/lib.rs') 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)] -- cgit