chore(deps): bump egui to v0.30

This commit is contained in:
LGUG2Z
2024-12-19 17:00:41 -08:00
parent 5ab5ec4f3a
commit c64a42bca5
5 changed files with 129 additions and 205 deletions
+1 -1
View File
@@ -500,7 +500,7 @@ impl Komobar {
if let Some((font, _)) = system_fonts::get(&property) {
fonts
.font_data
.insert(name.to_owned(), FontData::from_owned(font));
.insert(name.to_owned(), Arc::new(FontData::from_owned(font)));
fonts
.families