From 052af28ace2debb0501468d53172f9ae2fb6ee9c Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Sat, 27 Apr 2024 11:35:11 +0200 Subject: [PATCH] android: bump to `ndk 0.9.0` and `android-activity 0.6.0` --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4329a4c5a7..504823ce04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,9 +80,8 @@ winit = { path = ".", features = ["rwh_05"] } softbuffer = "0.3.0" [target.'cfg(target_os = "android")'.dependencies] -android-activity = "0.5.0" -ndk = { version = "0.8.0", default-features = false } -ndk-sys = "0.5.0" +android-activity = "0.6.0" +ndk = { version = "0.9.0", default-features = false } [target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies] core-foundation = "0.9.3"