Package examples and remove dev-dependencies

This commit is contained in:
Héctor Ramón Jiménez 2020-01-20 06:27:01 +01:00
parent 04086a90c9
commit 7cea737115
30 changed files with 193 additions and 78 deletions

View file

@ -204,6 +204,6 @@ use iced_winit as common;
use iced_web as common;
pub use common::{
Align, Background, Color, Command, Font, HorizontalAlignment, Length,
Space, Subscription, Vector, VerticalAlignment,
futures, Align, Background, Color, Command, Font, HorizontalAlignment,
Length, Space, Subscription, Vector, VerticalAlignment,
};