summaryrefslogtreecommitdiff
path: root/client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r--client/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml
index de8bf01..a020315 100644
--- a/client/Cargo.toml
+++ b/client/Cargo.toml
@@ -18,4 +18,5 @@ rand = "0.9.0-beta.1"
glam = "0.29.2"
image = "0.25.5"
egui-wgpu = "0.30.0"
-egui = "0.30.0"
+egui = { version = "0.30.0", features = ["bytemuck"] }
+bytemuck = "1.21.0"