From da2bd8eef639a8d03062c2fd32732f77925dddad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Fri, 5 Dec 2025 22:32:53 +0100 Subject: [PATCH] Use crates.io release of `cryoglyph` :tada: --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9a1b9ff4..3e7d3a93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -191,7 +191,7 @@ bytemuck = { version = "1.0", features = ["derive"] } bytes = "1.6" cargo-hot = { version = "0.1", package = "cargo-hot-protocol" } cosmic-text = "0.15" -cryoglyph = { git = "https://github.com/iced-rs/cryoglyph.git", rev = "99b46959369f38a06c11353bf1be81d383b289fc" } +cryoglyph = "0.1" futures = { version = "0.3", default-features = false } glam = "0.25" guillotiere = "0.6"