summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-30 16:02:38 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-30 16:02:38 +0100
commit4c74bebc708f960f77d53526e7da4187f56967c9 (patch)
treee39fd3eb735b649ca52179e13578f579e7e418cd /Cargo.toml
parentfaa53647cc83577e1ecb81a450c948b3fa4203e0 (diff)
downloadiced-4c74bebc708f960f77d53526e7da4187f56967c9.tar.gz
iced-4c74bebc708f960f77d53526e7da4187f56967c9.tar.bz2
iced-4c74bebc708f960f77d53526e7da4187f56967c9.zip
Update `glyphon` for instanced rendering
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bf05ed1d..b033cf33 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", rev = "6412ac86d63f048d17022fa100db7be6686db728" }
+glyphon = { git = "https://github.com/hecrj/glyphon.git", rev = "ceed55403ce53e120ce9d1fae17dcfe388726118" }
guillotiere = "0.6"
half = "2.2"
image = "0.24"