diff options
author | 2020-05-22 05:35:36 +0200 | |
---|---|---|
committer | 2020-05-22 05:35:36 +0200 | |
commit | 1b287cddaf1951bbd65e60996eea6d356c131c1f (patch) | |
tree | e046aec44ade7055892b9a71974bf4d1942141f2 /glow | |
parent | c5545c7a7306b5312007ffa74a014db4992ff5f4 (diff) | |
download | iced-1b287cddaf1951bbd65e60996eea6d356c131c1f.tar.gz iced-1b287cddaf1951bbd65e60996eea6d356c131c1f.tar.bz2 iced-1b287cddaf1951bbd65e60996eea6d356c131c1f.zip |
Use git repository for `glow_glyph`
Diffstat (limited to 'glow')
-rw-r--r-- | glow/Cargo.toml | 3 |
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" |