Add transform stack to canvas::Frame

This commit is contained in:
Héctor Ramón Jiménez 2020-02-14 04:59:31 +01:00
parent 76df374624
commit 558abf648b
6 changed files with 122 additions and 12 deletions

View file

@ -73,8 +73,8 @@ pub use dodrio;
pub use element::Element;
pub use hasher::Hasher;
pub use iced_core::{
Align, Background, Color, Font, HorizontalAlignment, Length, Point, Vector,
VerticalAlignment,
Align, Background, Color, Font, HorizontalAlignment, Length, Point, Size,
Vector, VerticalAlignment,
};
pub use iced_futures::{executor, futures, Command};
pub use subscription::Subscription;