1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-11-17 13:29:37 +00:00

Merge pull request #50 from MarijnS95:drop-ndk-glue

Drop `ndk-glue` dependency from the main crate
This commit is contained in:
Nolan Darilek 2024-02-09 10:31:54 -06:00 committed by GitHub
commit f593340051
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,6 @@ web-sys = { version = "0.3", features = [
[target.'cfg(target_os="android")'.dependencies] [target.'cfg(target_os="android")'.dependencies]
jni = "0.21" jni = "0.21"
ndk-context = "0.1" ndk-context = "0.1"
ndk-glue = "0.7"
[package.metadata.docs.rs] [package.metadata.docs.rs]
no-default-features = true no-default-features = true