Enable some features.
This commit is contained in:
parent
99b6da1953
commit
ee751fbb74
|
@ -23,7 +23,7 @@ features = [
|
||||||
backtrace = "0.3"
|
backtrace = "0.3"
|
||||||
bevy_input_actionmap = { path = "../bevy_input_actionmap" }
|
bevy_input_actionmap = { path = "../bevy_input_actionmap" }
|
||||||
bevy_openal = { path = "../bevy_openal" }
|
bevy_openal = { path = "../bevy_openal" }
|
||||||
bevy_rapier2d = "0.10"
|
bevy_rapier2d = { version = "0.10", features = ["enhanced-determinism", "serde-serialize"] }
|
||||||
bevy_tts = { path = "../bevy_tts" }
|
bevy_tts = { path = "../bevy_tts" }
|
||||||
coord_2d = "0.3"
|
coord_2d = "0.3"
|
||||||
crossbeam-channel = "0.5"
|
crossbeam-channel = "0.5"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user