diff options
author | 2019-11-05 03:16:46 +0100 | |
---|---|---|
committer | 2019-11-05 03:16:46 +0100 | |
commit | 470266f54069a1c9b6147026d018b437b6457f7b (patch) | |
tree | 44778d322a6b95ab518fd8e9c89926390acb4380 /native | |
parent | ba470a2b2a334fa961af19ef9412ad2dfb4acbeb (diff) | |
download | iced-470266f54069a1c9b6147026d018b437b6457f7b.tar.gz iced-470266f54069a1c9b6147026d018b437b6457f7b.tar.bz2 iced-470266f54069a1c9b6147026d018b437b6457f7b.zip |
Add horizontal offset to `Primitive::Clip`
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)] |