diff --git a/Cargo.toml b/Cargo.toml index b54d37c0..078967ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ softbuffer = "0.3.0" [target.'cfg(target_os = "android")'.dependencies] android-activity = "0.5.0" -ndk = "0.8.0" +ndk = { version = "0.8.0", default-features = false } ndk-sys = "0.5.0" [target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies]