This commit is contained in:
2025-07-08 22:39:59 +02:00
parent e04f735885
commit 4dc76dee16
3 changed files with 5 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
use crate::Polygon;
use iced::{Color, widget::canvas::path::lyon_path::geom::euclid::num::Floor};
use iced::Color;
use kira::sound::static_sound::StaticSoundData;
pub fn string_to_color<S: AsRef<str>>(s: S) -> Color {
match s.as_ref() {