Cargo Features
[dependencies]
bevy_tts = { version = "0.10.0", default-features = false, features = ["speech_dispatcher_0_9", "speech_dispatcher_0_10", "speech_dispatcher_0_11", "tolk"] }
- default = speech_dispatcher_0_11, tolk
-
These default features are set whenever
bevy_tts
is added without
somewhere in the dependency tree.default-features = false - speech_dispatcher_0_9
-
Enables speech_dispatcher_0_9 of tts
- speech_dispatcher_0_10
-
Enables speech_dispatcher_0_10 of tts
- speech_dispatcher_0_11 default
-
Enables speech_dispatcher_0_11 of tts
- tolk default
bevy_tts has 5 features without comments.