diff options
author | 2020-02-14 04:59:31 +0100 | |
---|---|---|
committer | 2020-02-14 04:59:31 +0100 | |
commit | 558abf648bdeb86d92e7092f4b023d5e55cc673c (patch) | |
tree | 62ceec73f34726af636265e5870f2cb18e46cf4d /web | |
parent | 76df374624e5d82dcb2670789a6c4ff228dda9e9 (diff) | |
download | iced-558abf648bdeb86d92e7092f4b023d5e55cc673c.tar.gz iced-558abf648bdeb86d92e7092f4b023d5e55cc673c.tar.bz2 iced-558abf648bdeb86d92e7092f4b023d5e55cc673c.zip |
Add transform stack to `canvas::Frame`
Diffstat (limited to 'web')
-rw-r--r-- | web/src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/src/lib.rs b/web/src/lib.rs index 4dc7aba7..258ad9e7 100644 --- a/web/src/lib.rs +++ b/web/src/lib.rs @@ -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; |