summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-01-16 02:11:48 +0100
committerLibravatar GitHub <noreply@github.com>2024-01-16 02:11:48 +0100
commitc4ba657de86d7606587dad5124f435141258f570 (patch)
treed7a105c8173218c9a279ecd96766c536dbd5f940 /Cargo.toml
parent50c310fd9f692eafb2350827636ffbd6d7b6c9b9 (diff)
parent73e7cf16e315cd179bf416e9051a562f7a8b648a (diff)
downloadiced-c4ba657de86d7606587dad5124f435141258f570.tar.gz
iced-c4ba657de86d7606587dad5124f435141258f570.tar.bz2
iced-c4ba657de86d7606587dad5124f435141258f570.zip
Merge pull request #2203 from iced-rs/update-glyphon
Update `glyphon` to `0.4`
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0afbcd51..bdb6022a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -126,7 +126,7 @@ bytemuck = { version = "1.0", features = ["derive"] }
cosmic-text = "0.10"
futures = "0.3"
glam = "0.24"
-glyphon = { git = "https://github.com/grovesNL/glyphon.git", rev = "2caa9fc5e5923c1d827d177c3619cab7e9885b85" }
+glyphon = "0.4"
guillotiere = "0.6"
half = "2.2"
image = "0.24"