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

View File

@@ -16,7 +16,7 @@ crossbeam-channel = { workspace = true }
dirs = { workspace = true }
dunce = { workspace = true }
eframe = { workspace = true }
egui-phosphor = "0.7"
egui-phosphor = "0.8"
font-loader = "0.11"
hotwatch = { workspace = true }
image = "0.25"

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