mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 13:29:37 +00:00
#24: Don't use default features when building on docs.rs.
This commit is contained in:
parent
9b4ae761a0
commit
323f129b7b
|
@ -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
|
Loading…
Reference in New Issue
Block a user