1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-11-17 10:49:38 +00:00

Bump jni dependency.

This commit is contained in:
Nolan Darilek 2023-03-06 14:30:08 -06:00
parent b7e7ed46dd
commit f5be2b7657

View File

@ -46,7 +46,7 @@ wasm-bindgen = "0.2"
web-sys = { version = "0.3", features = ["EventTarget", "SpeechSynthesis", "SpeechSynthesisErrorCode", "SpeechSynthesisErrorEvent", "SpeechSynthesisEvent", "SpeechSynthesisUtterance", "SpeechSynthesisVoice", "Window", ] }
[target.'cfg(target_os="android")'.dependencies]
jni = "0.20"
jni = "0.21"
ndk-context = "0.1"
ndk-glue = "0.7"