Cargo Features
[dependencies]
ndkm = { version = "0.1.1", default-features = false, features = ["android", "log", "window", "neural", "sync", "legacy", "bitmap", "audio", "midi", "media", "camera", "api24", "api29", "api30", "api33"] }
- default = android, api33, window
-
These default features are set whenever
ndkm
is added without
somewhere in the dependency tree.default-features = false - android default bitmap? legacy? log? media? neural? sync? window
- log = android
- window default camera? = android
- neural = android
- sync = android
- legacy = android
- bitmap = android
- audio
- midi
- media = android
- camera = window
- api24 api29?
- api29 api30? = api24
- api30 api33 = api29
- api33 default = api30
ndkm has 16 features without comments.