Enable simd.

This commit is contained in:
Nolan Darilek 2021-11-16 06:10:36 -06:00
parent 570818d8f7
commit 47fd4fb5a5

View File

@ -23,7 +23,7 @@ features = [
backtrace = "0.3"
bevy_input_actionmap = { path = "../bevy_input_actionmap" }
bevy_openal = { path = "../bevy_openal" }
bevy_rapier2d = "0.11"
bevy_rapier2d = { version = "0.11", features = ["serde-serialize", "simd-stable"] }
bevy_tts = { path = "../bevy_tts" }
coord_2d = "0.3"
derive_more = "0.99"