diff options
author | 2024-03-30 00:17:06 +0100 | |
---|---|---|
committer | 2024-03-30 00:22:30 +0100 | |
commit | d11e271d262056523f3f644bce3144a7d1a490c9 (patch) | |
tree | 3eaa6be32b43b18ce61371f9004e11f8f76bf72c /Cargo.toml | |
parent | 5f1eb43161d70b4ef157aae1ebc2b5fb25eb5b27 (diff) | |
download | iced-d11e271d262056523f3f644bce3144a7d1a490c9.tar.gz iced-d11e271d262056523f3f644bce3144a7d1a490c9.tar.bz2 iced-d11e271d262056523f3f644bce3144a7d1a490c9.zip |
Update `glyphon` with more performance improvements
See:
- https://github.com/grovesNL/glyphon/pull/90
- https://github.com/grovesNL/glyphon/pull/91
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = "6412ac86d63f048d17022fa100db7be6686db728" } guillotiere = "0.6" half = "2.2" image = "0.24" |