summaryrefslogtreecommitdiff
path: root/client/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-01-19 16:44:06 +0100
committermetamuffin <metamuffin@disroot.org>2025-01-19 16:44:06 +0100
commit2d6f319dfccf6339ed1a3bbfb003b8b2dde82383 (patch)
tree4229b75a26d6e02d1eb15c84096c7020875e650e /client/Cargo.toml
parent2c737d660cab38fdf4ff3e940395df396a75f959 (diff)
downloadweareserver-2d6f319dfccf6339ed1a3bbfb003b8b2dde82383.tar
weareserver-2d6f319dfccf6339ed1a3bbfb003b8b2dde82383.tar.bz2
weareserver-2d6f319dfccf6339ed1a3bbfb003b8b2dde82383.tar.zst
client: normal maps
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r--client/Cargo.toml2
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"] }