diff options
| author | Micha White <botahamec@outlook.com> | 2023-02-04 11:10:53 -0500 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2023-02-04 11:10:53 -0500 |
| commit | b4da0580e3c0ed40f1f16a5621b59b695e868586 (patch) | |
| tree | e782abf387257d650c0620a7c539db2ca14413c2 | |
| parent | ff429e74dc194d99b771efaf851e393e96d55dc9 (diff) | |
Allow bytemuck to update
| -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" |
