update all deps

This commit is contained in:
Aleksander
2025-12-08 22:57:44 +01:00
parent b0985e33af
commit e76ad82c60
8 changed files with 870 additions and 853 deletions

View File

@@ -8,8 +8,8 @@ use crate::{
globals::Globals,
layout::WidgetID,
renderer_vk::text::{
custom_glyph::{CustomGlyph, CustomGlyphData},
DEFAULT_METRICS,
custom_glyph::{CustomGlyph, CustomGlyphData},
},
};
@@ -73,7 +73,7 @@ impl WidgetObj for WidgetSprite {
let attrs = Attrs::new().color(Color::rgb(255, 0, 255)).weight(Weight::BOLD);
// set text last in order to avoid expensive re-shaping
buffer.set_text("Error", &attrs, Shaping::Basic);
buffer.set_text("Error", &attrs, Shaping::Basic, None);
}
state.primitives.push(drawing::RenderPrimitive::Text(