From 375a2d127b94f5f6656b4d5e9e44704c48d36e22 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Tue, 28 May 2024 15:31:05 +0200 Subject: [PATCH] chore(button): remove unused import --- src/widget/button/widget.rs | 1 - 1 file changed, 1 deletion(-) 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;