ndk-build v0.2.0
MarijnS95
released this
20 Apr 11:56
·
228 commits
to master
since this release
- Breaking: refactored
Manifest
into a proper (de)serialization struct.Manifest
now closely matchesan android manifest file
. - Breaking: removed
Config
in favor of using the newManifest
struct directly. Instead of usingConfig::from_config
to create aManifest
, now you instantiateManifest
directly using, almost all, the same values.