From 0c2787eada0b69e0e98edc2bf2b6c2414b767f04 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 10 Nov 2020 19:15:07 +0100 Subject: Update `euclid` dependency in `iced_glow` --- glow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glow/Cargo.toml') diff --git a/glow/Cargo.toml b/glow/Cargo.toml index 11ca80e2..78392282 100644 --- a/glow/Cargo.toml +++ b/glow/Cargo.toml @@ -18,7 +18,7 @@ svg = [] glow = "0.5" glow_glyph = "0.3" glyph_brush = "0.7" -euclid = "0.20" +euclid = "0.22" bytemuck = "1.2" log = "0.4" -- cgit From fb3cd68dde11856111c8e1812fa0eea9e530820e Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 10 Nov 2020 19:48:40 +0100 Subject: Update `glow` and `glow_glyph` dependencies in `iced_glow` --- glow/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'glow/Cargo.toml') 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" -- cgit From b86accfe1cdc0a4404416eb3c68aa3cf9c242f6a Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 10 Nov 2020 19:52:43 +0100 Subject: Update `bytemuck` dependency in `iced_glow` --- glow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glow/Cargo.toml') diff --git a/glow/Cargo.toml b/glow/Cargo.toml index 2deacea9..8c15be04 100644 --- a/glow/Cargo.toml +++ b/glow/Cargo.toml @@ -19,7 +19,7 @@ glow = "0.6" glow_glyph = "0.4" glyph_brush = "0.7" euclid = "0.22" -bytemuck = "1.2" +bytemuck = "1.4" log = "0.4" [dependencies.iced_native] -- cgit