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