diff options
-rw-r--r-- | glow/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/glow/Cargo.toml b/glow/Cargo.toml index e40b8ba8..1fab7c53 100644 --- a/glow/Cargo.toml +++ b/glow/Cargo.toml @@ -16,8 +16,8 @@ image = [] svg = [] [dependencies] -glow = "0.6" -glow_glyph = "0.4" +glow = "0.11.1" +glow_glyph = "0.5.0" glyph_brush = "0.7" euclid = "0.22" bytemuck = "1.4" |