Return to official upstream.

This commit is contained in:
Nolan Darilek 2021-07-19 09:05:22 -05:00
parent 48e6b9ff61
commit fedd8b69e0

View File

@ -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"