From 9458967963411b04dd8d41aa06b6349fbeb7a1f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Wed, 18 Sep 2024 03:04:39 +0200 Subject: [PATCH] Use temporary `glyphon` fork until `wgpu` fixes debug performance --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e1c64d2a8..968b6846d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -146,7 +146,7 @@ cosmic-text = "0.12" dark-light = "1.0" futures = "0.3" glam = "0.25" -glyphon = { git = "https://github.com/hecrj/glyphon.git", rev = "feef9f5630c2adb3528937e55f7bfad2da561a65" } +glyphon = { package = "iced_glyphon", version = "0.6" } # Temporary `glyphon` fork guillotiere = "0.6" half = "2.2" image = { version = "0.24", default-features = false }