From 7fd263d99e6ae1b07e51f25bda3367f7463806b1 Mon Sep 17 00:00:00 2001 From: Hojjat Date: Sun, 5 Apr 2026 22:04:48 -0600 Subject: [PATCH] chore: update cosmic-text Basic shaping falls back to the default SansSerif font if glyphs are missing --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 8b6c7d24..9fddcd2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1316,7 +1316,7 @@ dependencies = [ [[package]] name = "cosmic-text" version = "0.18.2" -source = "git+https://github.com/pop-os/cosmic-text.git#9a5579f5231bc52b3688a2de3643091f1ce32cbd" +source = "git+https://github.com/pop-os/cosmic-text.git#9a2ab09f06905e91f41d64ac6eee887726e7fd76" dependencies = [ "bitflags 2.11.0", "fontdb",