Switch to absolute Git dependencies.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
813137d7a1
commit
0f1bc4e41e
|
@ -24,10 +24,10 @@ features = [
|
|||
|
||||
[dependencies]
|
||||
backtrace = "0.3"
|
||||
bevy_input_actionmap = { path = "../bevy_input_actionmap" }
|
||||
bevy_openal = { path = "../bevy_openal" }
|
||||
bevy_input_actionmap = { git = "https://github.com/lightsoutgames/bevy_input_actionmap" }
|
||||
bevy_openal = { git = "https://github.com/lightsoutgames/bevy_openal" }
|
||||
bevy_rapier2d = { version = "0.12", features = ["serde-serialize", "simd-stable"] }
|
||||
bevy_tts = { path = "../bevy_tts", default-features = false, features = ["tolk"] }
|
||||
bevy_tts = { git = "https://github.com/lightsoutgames/bevy_tts", default-features = false, features = ["tolk"] }
|
||||
coord_2d = "0.3"
|
||||
derive_more = "0.99"
|
||||
futures-lite = "1"
|
||||
|
|
Loading…
Reference in New Issue
Block a user