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.
This commit is contained in:
Robert Bragg
2023-12-20 17:10:20 +00:00
parent 9fce890219
commit 5cb67a2b89
-3
View File
@@ -54,6 +54,3 @@ targets = [
]
rustdoc-args = ["--cfg", "docsrs"]
[dev-dependencies]
ndk = "0.8.0"