diff options
Diffstat (limited to 'glow/Cargo.toml')
-rw-r--r-- | glow/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/glow/Cargo.toml b/glow/Cargo.toml index e40b8ba8..e0907a66 100644 --- a/glow/Cargo.toml +++ b/glow/Cargo.toml @@ -2,7 +2,7 @@ name = "iced_glow" version = "0.2.0" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] -edition = "2018" +edition = "2021" description = "A glow renderer for iced" license = "MIT AND OFL-1.1" repository = "https://github.com/hecrj/iced" @@ -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" |