Add horizontal offset to Primitive::Clip
This commit is contained in:
parent
ba470a2b2a
commit
470266f540
6 changed files with 40 additions and 25 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue