Draft first version of event subscriptions 🎉
This commit is contained in:
parent
e92ea48e88
commit
d575f45411
11 changed files with 182 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue