From 9499727254042a98c191c4fa26ae4b6c71597a9a Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Fri, 2 Feb 2024 12:33:54 -0500 Subject: [PATCH] chore: update cosmic-text and glyphon --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2f22cfb42a..1a7a8cec8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -135,10 +135,10 @@ iced_accessibility = { version = "0.1", path = "accessibility" } async-std = "1.0" bitflags = "1.0" bytemuck = { version = "1.0", features = ["derive"] } -cosmic-text = { git = "https://github.com/pop-os/cosmic-text.git", rev = "e0ae465" } +cosmic-text = { git = "https://github.com/pop-os/cosmic-text.git", rev = "1b025ae" } futures = "0.3" glam = "0.24" -glyphon = { git = "https://github.com/wash2/glyphon.git", rev = "b1610f3" } +glyphon = { git = "https://github.com/wash2/glyphon.git", tag = "cosmic-0.5" } guillotiere = "0.6" half = "2.2" image = "0.24"