diff options
author | 2020-11-10 19:52:43 +0100 | |
---|---|---|
committer | 2020-11-10 19:52:43 +0100 | |
commit | b86accfe1cdc0a4404416eb3c68aa3cf9c242f6a (patch) | |
tree | 6f5a8e0546bd0f40b0323402ec910fec33102826 /glow/Cargo.toml | |
parent | fb3cd68dde11856111c8e1812fa0eea9e530820e (diff) | |
download | iced-b86accfe1cdc0a4404416eb3c68aa3cf9c242f6a.tar.gz iced-b86accfe1cdc0a4404416eb3c68aa3cf9c242f6a.tar.bz2 iced-b86accfe1cdc0a4404416eb3c68aa3cf9c242f6a.zip |
Update `bytemuck` dependency in `iced_glow`
Diffstat (limited to 'glow/Cargo.toml')
-rw-r--r-- | glow/Cargo.toml | 2 |
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] |