From 7545dd6bd3a80e897a6c9de9275a656674bc18fe Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 15 Jun 2021 13:37:41 -0500 Subject: [PATCH] Switch to fork until issue is fixed. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe9ba20..d934033 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 = { version = "0.10", features = ["enhanced-determinism", "serde-serialize"] } +bevy_rapier2d = { git = "https://github.com/ndarilek/bevy_rapier", features = ["enhanced-determinism", "serde-serialize"] } bevy_tts = { path = "../bevy_tts" } coord_2d = "0.3" crossbeam-channel = "0.5"