summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-02-14 04:59:31 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-02-14 04:59:31 +0100
commit558abf648bdeb86d92e7092f4b023d5e55cc673c (patch)
tree62ceec73f34726af636265e5870f2cb18e46cf4d /src/lib.rs
parent76df374624e5d82dcb2670789a6c4ff228dda9e9 (diff)
downloadiced-558abf648bdeb86d92e7092f4b023d5e55cc673c.tar.gz
iced-558abf648bdeb86d92e7092f4b023d5e55cc673c.tar.bz2
iced-558abf648bdeb86d92e7092f4b023d5e55cc673c.zip
Add transform stack to `canvas::Frame`
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 59870692..d492db02 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -204,5 +204,5 @@ use iced_web as common;
pub use common::{
futures, Align, Background, Color, Command, Font, HorizontalAlignment,
- Length, Point, Space, Subscription, Vector, VerticalAlignment,
+ Length, Point, Size, Space, Subscription, Vector, VerticalAlignment,
};