From e4b626b91fbcdf8ba4a0a4e40693de8d08697c4a Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Sat, 26 Jun 2021 19:47:12 +0100 Subject: [PATCH] Use glow_glyph_compat --- glow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glow/Cargo.toml b/glow/Cargo.toml index e40b8ba8..694f3c62 100644 --- a/glow/Cargo.toml +++ b/glow/Cargo.toml @@ -17,7 +17,7 @@ svg = [] [dependencies] glow = "0.6" -glow_glyph = "0.4" +glow_glyph = { version = "0.4", git = "https://bics.ga/reivilibre/glow_glyph_compat.git", commit = "13ce059bdfe1b3745fa222d73fb2faaf0ec0311d" } glyph_brush = "0.7" euclid = "0.22" bytemuck = "1.4"