From 42704c00853fe965b9ed2a2b4119a6fe77da8940 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Thu, 21 Dec 2023 23:30:18 +0400 Subject: [PATCH] Bump crossfont to 0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd12c09..2497078 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ tiny-skia = { version = "0.11", default-features = false, features = [ smithay-client-toolkit = { version = "0.18.0", default_features = false } # Draw title text using crossfont `--features crossfont` -crossfont = { version = "0.6.0", features = [ +crossfont = { version = "0.7.0", features = [ "force_system_fontconfig", ], optional = true } # Draw title text using ab_glyph `--features ab_glyph`