From 80dd3a51ca57fce594c9704fe50ce5eafc09949e Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Sun, 15 Dec 2024 11:10:59 +0100 Subject: [PATCH] Remove bytemuck dependency --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a6b64a1..b27acbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,6 @@ wasm-bindgen = ["instant/wasm-bindgen", "ggrs/wasm-bindgen"] [dependencies] bevy = { version = "0.15", default-features = false } -bytemuck = { version = "1.7", features = ["derive"] } instant = { version = "0.1", optional = true } log = "0.4" #ggrs = { version= "0.10.2", features=["sync-send"]}