diff options
author | 2020-11-10 20:11:23 +0100 | |
---|---|---|
committer | 2020-11-10 20:11:23 +0100 | |
commit | 45c749f28c8690ce0aaa6521f40e827281b8a7d1 (patch) | |
tree | ebb2557c74f5c8a1d122b34ab1a348376c1061bd /graphics/Cargo.toml | |
parent | 9d4f664c946e6475eaf2e8719ba56beee84a8fb8 (diff) | |
download | iced-45c749f28c8690ce0aaa6521f40e827281b8a7d1.tar.gz iced-45c749f28c8690ce0aaa6521f40e827281b8a7d1.tar.bz2 iced-45c749f28c8690ce0aaa6521f40e827281b8a7d1.zip |
Update `bytemuck` dependency in `iced_graphics`
Diffstat (limited to 'graphics/Cargo.toml')
-rw-r--r-- | graphics/Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index dec24c59..5fe8b63e 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -12,11 +12,14 @@ font-icons = [] opengl = [] [dependencies] -bytemuck = "1.2" glam = "0.9" raw-window-handle = "0.3" thiserror = "1.0" +[dependencies.bytemuck] +version = "1.4" +features = ["derive"] + [dependencies.iced_native] version = "0.2" path = "../native" |