From 0c057e5192c06fd85d4a0d6ad0aa7dacd7aa61ee Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 31 Jul 2024 10:13:01 -0600 Subject: [PATCH] Update cosmic-text --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b86b4e7..86fd9fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1219,8 +1219,8 @@ dependencies = [ [[package]] name = "cosmic-text" -version = "0.12.0" -source = "git+https://github.com/pop-os/cosmic-text.git#4f316658050536c4254fb70639f4b5203c31dbce" +version = "0.12.1" +source = "git+https://github.com/pop-os/cosmic-text.git#58c2ccd1fb3daf0abc792f9dd52b5766b7125ccd" dependencies = [ "bitflags 2.5.0", "fontdb", diff --git a/Cargo.toml b/Cargo.toml index 33824cc..4efbef1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ default-features = false [dependencies.cosmic-text] git = "https://github.com/pop-os/cosmic-text.git" -features = ["shape-run-cache"] +features = ["monospace_fallback", "shape-run-cache"] [dependencies.libcosmic] git = "https://github.com/pop-os/libcosmic.git"