diff --git a/Cargo.toml b/Cargo.toml index 8127f9b..f655490 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["staticlib", "cdylib"] [dependencies] env_logger = "0.10" gdnative = "0.11" -tts = "0.25" +tts = { version = "0.25", features = ["tolk"] } [target.'cfg(windows)'.dependencies] tolk = { version = "0.5", optional = true }