diff --git a/src/main.rs b/src/main.rs index daad6eb..65affd4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,7 @@ #![feature(iter_map_windows)] use iced::widget::scrollable; use iced::{ - Color, Element, Length, Task, Theme, clipboard, color, + Element, Length, Task, Theme, clipboard, color, widget::{ self, button, column, combo_box, row, scrollable::{Direction, Scrollbar},