From 5a9126d78aa149857537885ae1b1c8a5b2f5b662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Wed, 17 Aug 2022 16:09:44 +0200 Subject: [PATCH] Update ndk and ndk-glue to 0.7 --- Cargo.toml | 2 +- demo/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bdf8526..7392b47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ version = "0.4.5" path = "sys" [dependencies.ndk] -version = "0.6" +version = "0.7" optional = true [dependencies.ndk-context] diff --git a/demo/Cargo.toml b/demo/Cargo.toml index dd1f8a3..0de7ab0 100644 --- a/demo/Cargo.toml +++ b/demo/Cargo.toml @@ -22,7 +22,7 @@ optional = true version = "0.1.0" [dependencies.ndk-glue] -version = "0.6.0" +version = "0.7.0" features = ["logger"] [dependencies.android_logger]