Draft first version of event subscriptions 🎉

This commit is contained in:
Héctor Ramón Jiménez 2019-12-05 06:10:13 +01:00
parent e92ea48e88
commit d575f45411
11 changed files with 182 additions and 12 deletions

View file

@ -52,8 +52,8 @@ mod size;
mod user_interface;
pub use iced_core::{
Align, Background, Color, Command, Font, HorizontalAlignment, Length,
Point, Rectangle, Vector, VerticalAlignment,
subscription, Align, Background, Color, Command, Font, HorizontalAlignment,
Length, Point, Rectangle, Subscription, Vector, VerticalAlignment,
};
pub use element::Element;