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

Optimize crossbow processes #99

Closed Heezay closed 2 years ago

Heezay commented 2 years ago
  1. Written docs about using --gradle flag and how to build crossbow Gradle projects.
  2. Created tests directory in crossbundle/cli. Written code to test execute_apk, execute_aab and build_gradle functions directly.
  3. Was deleted condition block in aapt_add_lib function.
  4. Fixed other insignificant issues.