From fedd8b69e0b6655110dbe1298d86d3b08d89cbba Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 19 Jul 2021 09:05:22 -0500 Subject: [PATCH] Return to official upstream. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 51147be..7f75652 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 = { git = "https://github.com/dimforge/bevy_rapier", features = ["serde-serialize"] } +bevy_rapier2d = "0.10" bevy_tts = { path = "../bevy_tts" } coord_2d = "0.3" crossbeam-channel = "0.5"