Add horizontal offset to Primitive::Clip

This commit is contained in:
Héctor Ramón Jiménez 2019-11-05 03:16:46 +01:00
parent ba470a2b2a
commit 470266f540
6 changed files with 40 additions and 25 deletions

View file

@ -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)]