diff --git a/Cargo.toml b/Cargo.toml index 1ba2a73..3196442 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ default = ["tolk"] tolk = ["tts/tolk"] [dependencies] -bevy = { git = "https://github.com/bevyengine/bevy" } +bevy = { git = "https://github.com/bevyengine/bevy", branch = "main" } crossbeam-channel = "0.5" tts = { version = "0.14" } \ No newline at end of file