From 2d6f319dfccf6339ed1a3bbfb003b8b2dde82383 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 19 Jan 2025 16:44:06 +0100 Subject: client: normal maps --- client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/Cargo.toml') 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"] } -- cgit v1.2.3-70-g09d2