From ee751fbb7422b3e7b4080cfca4cc04332b26f29b Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 3 Jun 2021 11:50:56 -0500 Subject: [PATCH] Enable some features. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b536529..fe9ba20 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.10" +bevy_rapier2d = { version = "0.10", features = ["enhanced-determinism", "serde-serialize"] } bevy_tts = { path = "../bevy_tts" } coord_2d = "0.3" crossbeam-channel = "0.5"