diff --git a/src/widget/button/widget.rs b/src/widget/button/widget.rs index 8687b033..427a1917 100644 --- a/src/widget/button/widget.rs +++ b/src/widget/button/widget.rs @@ -21,7 +21,6 @@ use iced_core::{ Background, Clipboard, Color, Layout, Length, Padding, Point, Rectangle, Shell, Vector, Widget, }; use iced_renderer::core::widget::{operation, OperationOutputWrapper}; -use iced_wgpu::graphics::Mesh; use crate::theme::THEME;