summaryrefslogtreecommitdiff
path: root/alligator_render/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2023-02-04 11:10:53 -0500
committerMicha White <botahamec@outlook.com>2023-02-04 11:10:53 -0500
commitb4da0580e3c0ed40f1f16a5621b59b695e868586 (patch)
treee782abf387257d650c0620a7c539db2ca14413c2 /alligator_render/Cargo.toml
parentff429e74dc194d99b771efaf851e393e96d55dc9 (diff)
Allow bytemuck to update
Diffstat (limited to 'alligator_render/Cargo.toml')
-rw-r--r--alligator_render/Cargo.toml2
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"