mirror of
https://github.com/Dummi26/musicdb.git
synced 2026-08-13 09:42:40 +02:00
chore: update dependencies
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user