diff --git a/Cargo.toml b/Cargo.toml index 0fadb2c..11b83fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,9 @@ default = ["tolk"] tolk = ["tts/tolk"] [dependencies] -bevy = { git = "https://github.com/bevyengine/bevy", branch = "main" } +bevy = { git = "https://github.com/bevyengine/bevy", branch = "main", default-features = false } crossbeam-channel = "0.5" -tts = "0.15" \ No newline at end of file +tts = "0.15" + +[dev-dependencies] +bevy = { git = "https://github.com/bevyengine/bevy", branch = "main", default-features = true } \ No newline at end of file