From 851e94e9a7ce28afd6faa3fb2459df6087c16636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Sat, 30 Mar 2024 00:17:06 +0100 Subject: [PATCH] Update `glyphon` with more performance improvements See: - https://github.com/grovesNL/glyphon/pull/90 - https://github.com/grovesNL/glyphon/pull/91 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 74ff3b84dd..906edbcd9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -129,7 +129,7 @@ cosmic-text = "0.10" dark-light = "1.0" futures = "0.3" glam = "0.25" -glyphon = { git = "https://github.com/hecrj/glyphon.git", branch = "use-staging-belt" } +glyphon = { git = "https://github.com/hecrj/glyphon.git", rev = "6caf269e3cd302a802de1b60958a8404b3ea0dd8" } guillotiere = "0.6" half = "2.2" image = "0.24"