chore: update dependencies

This commit is contained in:
Mark
2025-08-23 11:32:01 +02:00
parent bf100f38e3
commit c23d487a02
12 changed files with 39 additions and 33 deletions

View File

@@ -1,4 +1,4 @@
use std::{fmt::Display, rc::Rc, sync::Arc};
use std::{fmt::Display, sync::Arc};
use musicdb_lib::data::CoverId;
use speedy2d::{
@@ -30,7 +30,7 @@ pub struct Content {
text: String,
color: Color,
background: Option<Color>,
formatted: Option<Rc<FormattedTextBlock>>,
formatted: Option<FormattedTextBlock>,
}
#[allow(unused)]