Closed enfipy closed 2 years ago
Now it's possible to add full support of all properties insideAndroidManifest.xml and configure it from Cargo.toml.
AndroidManifest.xml
Cargo.toml
Better project configuration and it will be much more convenient to configure Android in the future.
Update AndroidManifest crate, add better serde support of toml.
Objective
Now it's possible to add full support of all properties inside
AndroidManifest.xml
and configure it fromCargo.toml
.What problem does this solve, or what need does it fill?
Better project configuration and it will be much more convenient to configure Android in the future.
What solution would you like?
Update AndroidManifest crate, add better serde support of toml.