dodorare / crossbow

Cross-Platform build tools and toolkit for games and game engines written in Rust! 🦀
https://crossbow.dodorare.com/
Apache License 2.0
201 stars 13 forks source link

Add full support of AndroidManifest.xml inside Cargo.toml #120

Closed enfipy closed 2 years ago

enfipy commented 2 years ago

Objective

Now it's possible to add full support of all properties insideAndroidManifest.xml and configure it from Cargo.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.