summaryrefslogtreecommitdiffstats
path: root/glow/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-05-22 05:35:36 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-05-22 05:35:36 +0200
commit1b287cddaf1951bbd65e60996eea6d356c131c1f (patch)
treee046aec44ade7055892b9a71974bf4d1942141f2 /glow/Cargo.toml
parentc5545c7a7306b5312007ffa74a014db4992ff5f4 (diff)
downloadiced-1b287cddaf1951bbd65e60996eea6d356c131c1f.tar.gz
iced-1b287cddaf1951bbd65e60996eea6d356c131c1f.tar.bz2
iced-1b287cddaf1951bbd65e60996eea6d356c131c1f.zip
Use git repository for `glow_glyph`
Diffstat (limited to 'glow/Cargo.toml')
-rw-r--r--glow/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/glow/Cargo.toml b/glow/Cargo.toml
index f57831bd..d1f1e3d7 100644
--- a/glow/Cargo.toml
+++ b/glow/Cargo.toml
@@ -33,4 +33,5 @@ path = "../graphics"
features = ["font-source", "font-fallback", "font-icons", "opengl"]
[dependencies.glow_glyph]
-path = "../../glow_glyph"
+git = "https://github.com/hecrj/glow_glyph"
+rev = "f027ffa49962d78ac85e282c635e848bef785ee9"