Skip to content

ndk-build v0.2.0

Compare
Choose a tag to compare
@MarijnS95 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 matches an android manifest file.
  • Breaking: removed Config in favor of using the new Manifest struct directly. Instead of using Config::from_config to create a Manifest, now you instantiate Manifest directly using, almost all, the same values.