diff options
Diffstat (limited to '')
| -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 f06f1c99..8a04b7c3 100644 --- a/src/native.rs +++ b/src/native.rs @@ -1,6 +1,6 @@  pub use iced_winit::{ -    Align, Background, Color, Command, Font, HorizontalAlignment, Length, -    Subscription, VerticalAlignment, +    Align, Background, Color, Command, Empty, Font, HorizontalAlignment, +    Length, Subscription, VerticalAlignment,  };  pub mod widget {  | 
