diff options
Diffstat (limited to 'vgcodec/Cargo.toml')
-rw-r--r-- | vgcodec/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vgcodec/Cargo.toml b/vgcodec/Cargo.toml index 5b15036..6680e56 100644 --- a/vgcodec/Cargo.toml +++ b/vgcodec/Cargo.toml @@ -8,6 +8,6 @@ wgpu = "0.14.0" log = "0.4.17" env_logger = "0.9.3" pollster = "0.2.5" -bytemuck = "1.12.3" +bytemuck = { version = "1.12.3", features = ["derive"] } futures-intrusive = "0.5.0" image = "0.24.5" |