Cargo Features

[dependencies]
bevy_tts = { version = "0.8.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 default-features = false somewhere in the dependency tree.

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

Enables tolk of tts

bevy_tts has 5 features without comments.