diff --git a/Cargo.toml b/Cargo.toml index 4c057ba..06bb807 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,9 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] -use_tolk = ["tts/use_tolk"] +default = ["tolk"] +tolk = ["tts/tolk"] [dependencies] bevy = "0.4" -tts = { version = "0.13", features = ["use_tolk"] } \ No newline at end of file +tts = { version = "0.14" } \ No newline at end of file