#24: Don't use default features when building on docs.rs.

This commit is contained in:
Nolan Darilek 2022-06-13 10:22:39 -05:00
parent 9b4ae761a0
commit 323f129b7b
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "tts"
version = "0.22.1"
version = "0.22.2"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
repository = "https://github.com/ndarilek/tts-rs"
description = "High-level Text-To-Speech (TTS) interface"
@ -46,3 +46,6 @@ web-sys = { version = "0.3", features = ["EventTarget", "SpeechSynthesis", "Spee
[target.'cfg(target_os="android")'.dependencies]
jni = "0.19"
ndk-glue = "0.6"
[package.metadata.docs.rs]
no-default-features = true