Cargo Features
ndk-glue has no features set by default.
[dependencies]
ndk-glue = { version = "0.7.0", features = ["logger", "test"] }
- logger = android_logger
- test
-
Enables test of ndk ^0.7.0 and ndk-sys ^0.4.0
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- android_logger logger?
-
Enables android_logger ^0.11