Skip to content

Commit

Permalink
Remove bytemuck dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing committed Dec 15, 2024
1 parent b36149b commit 80dd3a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
Expand Down

0 comments on commit 80dd3a5

Please sign in to comment.