From 2e9ec6ec4259f7e23c29f998eb97c2c2a72d54f8 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Fri, 13 Sep 2024 11:24:00 -0400 Subject: [PATCH] fix: cosmic-text --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1fa37fb..07928c6 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.19" +cosmic-text = { git = "https://github.com/pop-os/cosmic-text.git" } lru = { version = "0.16", default-features = false } rustc-hash = "2"