fix by cargo

This commit is contained in:
2025-07-07 21:30:46 +02:00
parent 8a462a899d
commit 8d8f98f73f
3 changed files with 3 additions and 8 deletions

View File

@@ -1,11 +1,10 @@
mod polygon_draw;
use polygon_draw::{Polygon, PolygonFrame};
use polygon_draw::Polygon;
mod music;
use music::Music;
mod utils;
use utils::string_to_color;
use std::fs;
@@ -18,7 +17,6 @@ use iced::{
},
};
use serde::{Deserialize, Serialize};
use std::f32::consts::PI;
use std::time::Instant;