From 65ff0a6eec0717bf227b27e0c022a45822c9e30f Mon Sep 17 00:00:00 2001 From: Joshua Groves Date: Mon, 28 Nov 2022 09:35:14 -0500 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 75aaf83..f0dcc6c 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 = "9e389b6" } +cosmic-text = { git = "https://github.com/pop-os/cosmic-text", rev = "2342bf0" } [dev-dependencies] winit = "0.27.0"