diff options
author | 2020-11-10 19:48:40 +0100 | |
---|---|---|
committer | 2020-11-10 19:48:40 +0100 | |
commit | fb3cd68dde11856111c8e1812fa0eea9e530820e (patch) | |
tree | 5f1795683f90c3ce6b81f09b6dcfea8f27748619 /glow | |
parent | 0c2787eada0b69e0e98edc2bf2b6c2414b767f04 (diff) | |
download | iced-fb3cd68dde11856111c8e1812fa0eea9e530820e.tar.gz iced-fb3cd68dde11856111c8e1812fa0eea9e530820e.tar.bz2 iced-fb3cd68dde11856111c8e1812fa0eea9e530820e.zip |
Update `glow` and `glow_glyph` dependencies in `iced_glow`
Diffstat (limited to 'glow')
-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 78392282..2deacea9 100644 --- a/glow/Cargo.toml +++ b/glow/Cargo.toml @@ -15,8 +15,8 @@ image = [] svg = [] [dependencies] -glow = "0.5" -glow_glyph = "0.3" +glow = "0.6" +glow_glyph = "0.4" glyph_brush = "0.7" euclid = "0.22" bytemuck = "1.2" |