summaryrefslogtreecommitdiffstats
path: root/glow
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-11-10 19:52:43 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-11-10 19:52:43 +0100
commitb86accfe1cdc0a4404416eb3c68aa3cf9c242f6a (patch)
tree6f5a8e0546bd0f40b0323402ec910fec33102826 /glow
parentfb3cd68dde11856111c8e1812fa0eea9e530820e (diff)
downloadiced-b86accfe1cdc0a4404416eb3c68aa3cf9c242f6a.tar.gz
iced-b86accfe1cdc0a4404416eb3c68aa3cf9c242f6a.tar.bz2
iced-b86accfe1cdc0a4404416eb3c68aa3cf9c242f6a.zip
Update `bytemuck` 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 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]