diff options
author | 2020-07-27 23:01:30 +0200 | |
---|---|---|
committer | 2020-07-27 23:01:30 +0200 | |
commit | 795da598e0096ce557076db5f76c036290714188 (patch) | |
tree | 230e5af66950a1dfb88c1177c7bcc761838f1b43 /glow/Cargo.toml | |
parent | 55d2c5886f8f0859e3862cd0fa1fd34902d2138f (diff) | |
download | iced-795da598e0096ce557076db5f76c036290714188.tar.gz iced-795da598e0096ce557076db5f76c036290714188.tar.bz2 iced-795da598e0096ce557076db5f76c036290714188.zip |
Update `glow` to `0.5` in `iced_glow`
Diffstat (limited to 'glow/Cargo.toml')
-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 baf2eb2f..f1f491b3 100644 --- a/glow/Cargo.toml +++ b/glow/Cargo.toml @@ -15,8 +15,8 @@ image = [] svg = [] [dependencies] -glow = "0.4" -glow_glyph = "0.2" +glow = "0.5" +glow_glyph = "0.3" glyph_brush = "0.7" euclid = "0.20" bytemuck = "1.2" |