diff options
author | 2023-10-27 06:00:28 +0200 | |
---|---|---|
committer | 2023-10-27 06:00:28 +0200 | |
commit | 3ec5ad42251d4f35861f3bed621223e383742b12 (patch) | |
tree | e9f280a9944b7fcea73b6000ef9ff460349e1bae /Cargo.toml | |
parent | 8e6f131a06e7d798c535a0a45996c62dbc1d56c0 (diff) | |
download | iced-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |