summaryrefslogtreecommitdiffstats
path: root/glow
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-11-10 19:15:07 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-11-10 19:15:07 +0100
commit0c2787eada0b69e0e98edc2bf2b6c2414b767f04 (patch)
tree254a7f92e5a01d2dfd9e831145d427a778fd5bf2 /glow
parent17a4647fce8dbd4c916715351b2d4178b0f942a4 (diff)
downloadiced-0c2787eada0b69e0e98edc2bf2b6c2414b767f04.tar.gz
iced-0c2787eada0b69e0e98edc2bf2b6c2414b767f04.tar.bz2
iced-0c2787eada0b69e0e98edc2bf2b6c2414b767f04.zip
Update `euclid` dependency in `iced_glow`
Diffstat (limited to 'glow')
-rw-r--r--glow/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"