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"