From bb78bf6df405dec000445ec0f2af173abbb2aa14 Mon Sep 17 00:00:00 2001 From: Dukantic Date: Sun, 6 Jul 2025 12:09:50 +0200 Subject: [PATCH] test of cargo fix --- src/main.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index 66200df..d91cc36 100644 --- a/src/main.rs +++ b/src/main.rs @@ -6,10 +6,9 @@ use utils::string_to_color; use std::fs; -use iced::{Application, Element, Settings, Subscription, window}; +use iced::{Element, window}; use iced::{ - Color, Length, Task, Theme, - time::{self, Duration}, + Length, Task, Theme, widget::{ Column, TextInput, button, canvas, column, container, pick_list, row, scrollable, slider, text,