Add transform stack to canvas::Frame
This commit is contained in:
parent
76df374624
commit
558abf648b
6 changed files with 122 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue