diff --git a/Cargo.toml b/Cargo.toml index 0988120..cf795c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"