Merge branch 'master' into feature/performance-metrics

This commit is contained in:
Héctor Ramón Jiménez 2019-11-05 03:43:54 +01:00
commit b68ac3aa47
12 changed files with 453 additions and 118 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)]