Draft Canvas types and clock example

This commit is contained in:
Héctor Ramón Jiménez 2020-02-12 03:47:36 +01:00
parent 8daf798e57
commit f436f20eb8
9 changed files with 494 additions and 2 deletions

View file

@ -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,
};