app: cargo update deps

This commit is contained in:
darkfi
2025-06-26 10:20:19 +02:00
parent b88a643c1a
commit b6ba26802d
2 changed files with 475 additions and 362 deletions

835
bin/app/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -110,7 +110,7 @@ impl TextContext {
) -> parley::Layout<Color> {
let mut builder =
self.layout_ctx.ranged_builder(&mut self.font_ctx, &text, window_scale, false);
builder.push_default(parley::StyleProperty::LineHeight(lineheight));
builder.push_default(parley::LineHeight::FontSizeRelative(lineheight));
builder.push_default(parley::StyleProperty::FontSize(font_size));
builder.push_default(parley::StyleProperty::FontStack(parley::FontStack::List(
FONT_STACK.into(),