summaryrefslogtreecommitdiffstats
path: root/glow/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-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"