diff options
| -rw-r--r-- | alligator_render/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alligator_render/Cargo.toml b/alligator_render/Cargo.toml index 07b2f74..4ef0ed8 100644 --- a/alligator_render/Cargo.toml +++ b/alligator_render/Cargo.toml @@ -12,7 +12,7 @@ log = "0.4" wgpu = "0.15" thiserror = "1" pollster = "0.2" -bytemuck = { version = "1.4", features = ["derive"] } +bytemuck = { version = "1", features = ["derive"] } cgmath = "0.18" image = "0.24" texture_packer = "0.25" |
