From 1dcb1735b439461e922bacd638eaeddf65f4ee48 Mon Sep 17 00:00:00 2001 From: grovesNL Date: Fri, 24 Feb 2023 12:33:03 -0330 Subject: [PATCH] Update to latest cosmic-text --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 45dbca8..30912a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0 OR Zlib" [dependencies] wgpu = "0.14.0" etagere = "0.2.6" -cosmic-text = { git = "https://github.com/pop-os/cosmic-text", rev = "a5903bb", features = ["std", "swash"] } +cosmic-text = { git = "https://github.com/pop-os/cosmic-text", rev = "5fc5d2b", features = ["std", "swash"] } lru = "0.9" [dev-dependencies]