From 2373c9d9d1a819bbf16105e42eb14dbb56b6b0ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Thu, 18 Jan 2024 12:09:18 +0100 Subject: [PATCH] update ndk to 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9813a2cb..9971ba955 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ web-sys = { version = "0.3.35", features = [ "AudioContext", "AudioContextOption [target.'cfg(target_os = "android")'.dependencies] oboe = { version = "0.5", features = [ "java-interface" ] } -ndk = "0.7" +ndk = "0.8" ndk-context = "0.1" jni = "0.19"