From b9430c39b6a4b8af269cb1a91c66c367b41b7784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Sat, 8 Apr 2023 04:19:27 +0200 Subject: [PATCH] Update `cosmic-text` to `0.8` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index db05694..f6368a5 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 = "e788c17", features = ["std", "swash"] } +cosmic-text = "0.8" lru = "0.9" [dev-dependencies]