diff --git a/Cargo.toml b/Cargo.toml index a18dab3..bceeef3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"