summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-10-27 06:00:28 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-10-27 06:00:28 +0200
commit3ec5ad42251d4f35861f3bed621223e383742b12 (patch)
treee9f280a9944b7fcea73b6000ef9ff460349e1bae /Cargo.toml
parent8e6f131a06e7d798c535a0a45996c62dbc1d56c0 (diff)
downloadiced-3ec5ad42251d4f35861f3bed621223e383742b12.tar.gz
iced-3ec5ad42251d4f35861f3bed621223e383742b12.tar.bz2
iced-3ec5ad42251d4f35861f3bed621223e383742b12.zip
Use upstream repository for `glyphon` dependency
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 bb8b4752..03df14c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -117,7 +117,7 @@ bytemuck = { version = "1.0", features = ["derive"] }
cosmic-text = "0.10"
futures = "0.3"
glam = "0.24"
-glyphon = { git = "https://github.com/hecrj/glyphon.git", rev = "2caa9fc5e5923c1d827d177c3619cab7e9885b85" }
+glyphon = { git = "https://github.com/grovesNL/glyphon.git", rev = "2caa9fc5e5923c1d827d177c3619cab7e9885b85" }
guillotiere = "0.6"
half = "2.2"
image = "0.24"