diff options
Diffstat (limited to 'src/native.rs')
-rw-r--r-- | src/native.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/native.rs b/src/native.rs index 3537dd52..e3733955 100644 --- a/src/native.rs +++ b/src/native.rs @@ -1,6 +1,6 @@ pub use iced_winit::{ - Align, Background, Color, Command, Font, HorizontalAlignment, Length, - VerticalAlignment, + subscription, Align, Background, Color, Command, Font, HorizontalAlignment, + Length, Subscription, VerticalAlignment, }; pub mod widget { |