diff options
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r-- | client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml index 823160e..762e711 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -15,7 +15,7 @@ wgpu = "23.0.1" winit = "0.30.8" weareshared = { path = "../shared" } rand = "0.9.0-beta.1" -glam = "0.29.2" +glam = { version = "0.29.2", features = ["bytemuck"] } image = "0.25.5" egui-wgpu = "0.30.0" egui = { version = "0.30.0", features = ["bytemuck"] } |