summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-12-08 08:21:26 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-12-08 08:21:26 +0100
commit98160406f714728afe718f305bf9d12be1676b2d (patch)
treebf8fec3cb66bc478a021aba156d6be580586616e /src
parent9b84b6e40336543380312aa1b2b1091791ec25cd (diff)
downloadiced-98160406f714728afe718f305bf9d12be1676b2d.tar.gz
iced-98160406f714728afe718f305bf9d12be1676b2d.tar.bz2
iced-98160406f714728afe718f305bf9d12be1676b2d.zip
Allow listening to runtime events in subscriptions
Diffstat (limited to 'src')
-rw-r--r--src/native.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/native.rs b/src/native.rs
index e3733955..e517b05d 100644
--- a/src/native.rs
+++ b/src/native.rs
@@ -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 {