From 06766de96509adefa092542d4bef76f0fef7b368 Mon Sep 17 00:00:00 2001 From: grovesNL Date: Wed, 25 Jan 2023 15:16:05 -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 f0dcc6c..2fc3ac9 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 = "2342bf0" } +cosmic-text = { git = "https://github.com/pop-os/cosmic-text", rev = "a5903bb" } [dev-dependencies] winit = "0.27.0"