Allow listening to runtime events in subscriptions

This commit is contained in:
Héctor Ramón Jiménez 2019-12-08 08:21:26 +01:00
parent 9b84b6e403
commit 98160406f7
7 changed files with 89 additions and 40 deletions

View file

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