From 1d68895e9c4c9b73739f826e81c2e3012c155cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Thu, 19 Feb 2026 19:13:45 +0100 Subject: [PATCH] Update `cosmic-text` to `0.18` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 77cce77..97f8d71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0 OR Zlib" [dependencies] wgpu = { version = "28", default-features = false, features = ["wgsl"] } etagere = "0.2" -cosmic-text = "0.16" +cosmic-text = "0.18" lru = { version = "0.16", default-features = false } rustc-hash = "2"