From 5cb67a2b89a739abe6d014e69b3b23bbe8f01dd8 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Wed, 20 Dec 2023 17:10:20 +0000 Subject: [PATCH] Remove ndk dev-dependency added in #142 Although this crate has some examples that depend on the ndk, they aren't regular Cargo examples, they are completely standalone apps that depend on dev-dependencies. --- android-activity/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/android-activity/Cargo.toml b/android-activity/Cargo.toml index 1441a0b..9ffc84d 100644 --- a/android-activity/Cargo.toml +++ b/android-activity/Cargo.toml @@ -54,6 +54,3 @@ targets = [ ] rustdoc-args = ["--cfg", "docsrs"] - -[dev-dependencies] -ndk = "0.8.0"