summaryrefslogtreecommitdiffstats
path: root/src/winit.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/winit.rs')
-rw-r--r--src/winit.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/winit.rs b/src/winit.rs
index d35a339f..c869a269 100644
--- a/src/winit.rs
+++ b/src/winit.rs
@@ -2,8 +2,8 @@ pub use iced_wgpu::{Primitive, Renderer};
pub use iced_winit::{
button, scrollable, slider, text, text_input, winit, Align, Background,
- Checkbox, Color, Font, Image, Length, Radio, Scrollable, Slider, Text,
- TextInput,
+ Checkbox, Color, Command, Font, Image, Length, Radio, Scrollable, Slider,
+ Text, TextInput,
};
pub type Element<'a, Message> = iced_winit::Element<'a, Message, Renderer>;