Merge pull request #122 from hecrj/feature/event-subscriptions

Event subscriptions
This commit is contained in:
Héctor Ramón 2019-12-16 21:38:56 +01:00 committed by GitHub
commit 0f2e20f5e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 726 additions and 39 deletions

View file

@ -1,6 +1,6 @@
pub use iced_winit::{
Align, Background, Color, Command, Font, HorizontalAlignment, Length,
VerticalAlignment,
Subscription, VerticalAlignment,
};
pub mod widget {