From e70545102021920f98e629dace8fdfd2eac5a701 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 14 Jul 2021 10:10:56 -0500 Subject: [PATCH] Use main repository for now. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cbb4a69..51147be 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/ndarilek/bevy_rapier", features = ["serde-serialize"] } +bevy_rapier2d = { git = "https://github.com/dimforge/bevy_rapier", features = ["serde-serialize"] } bevy_tts = { path = "../bevy_tts" } coord_2d = "0.3" crossbeam-channel = "0.5"