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"]}