diff options
author | 2020-02-12 03:47:36 +0100 | |
---|---|---|
committer | 2020-02-12 03:47:36 +0100 | |
commit | f436f20eb86b2324126a54d4164b4cedf2134a45 (patch) | |
tree | a19be4a267640d459ae4cbd6b5a26e3c69120189 /src/lib.rs | |
parent | 8daf798e5760a0d35d5491027d51a5dd96898b0d (diff) | |
download | iced-f436f20eb86b2324126a54d4164b4cedf2134a45.tar.gz iced-f436f20eb86b2324126a54d4164b4cedf2134a45.tar.bz2 iced-f436f20eb86b2324126a54d4164b4cedf2134a45.zip |
Draft `Canvas` types and `clock` example
Diffstat (limited to 'src/lib.rs')
-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, Space, Subscription, Vector, VerticalAlignment, + Length, Point, Space, Subscription, Vector, VerticalAlignment, }; |