diff --git a/android-activity/Cargo.toml b/android-activity/Cargo.toml index c6f2584..1441a0b 100644 --- a/android-activity/Cargo.toml +++ b/android-activity/Cargo.toml @@ -34,7 +34,7 @@ jni-sys = "0.3" cesu8 = "1" jni = "0.21" ndk-sys = "0.5.0" -ndk = "0.8.0" +ndk = { version = "0.8.0", default-features = false } ndk-context = "0.1" android-properties = "0.2" num_enum = "0.7" @@ -54,3 +54,6 @@ targets = [ ] rustdoc-args = ["--cfg", "docsrs"] + +[dev-dependencies] +ndk = "0.8.0"