From be2defe4a13fd7c97c6f4c81e8e085463eb578dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Mon, 10 Mar 2025 19:39:43 +0100 Subject: [PATCH] Update `cosmic-text` to `0.13` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 216f294..b9f2951 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0 OR Zlib" [dependencies] wgpu = { version = "24", default-features = false, features = ["wgsl"] } etagere = "0.2.10" -cosmic-text = "0.12" +cosmic-text = "0.13" lru = { version = "0.12.1", default-features = false } rustc-hash = "2.0"