mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
app: cargo update deps
This commit is contained in:
835
bin/app/Cargo.lock
generated
835
bin/app/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user