From 0e025ed813f2efff3e698808ff188139e9d27c23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Tue, 20 Jan 2026 01:58:43 +0100 Subject: [PATCH] Update `cosmic-text` to `0.16` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 02397ad..44452ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0 OR Zlib" [dependencies] wgpu = { version = "27", default-features = false, features = ["wgsl"] } etagere = "0.2" -cosmic-text = "0.15" +cosmic-text = "0.16" lru = { version = "0.16", default-features = false } rustc-hash = "2"