dodorare / crossbow

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

Replace Metadata with AndroidConfig and AppleConfig #100

Closed Heezay closed 2 years ago

Heezay commented 2 years ago
  1. Metadata was separated into AndroidConfig and AppleConfig and placed into crossbundle/cli/commands/types.
  2. gen_android_manifest() and gen_minimal_android_manifest was moved out from the Impl block and made static methods.
  3. Fixed other bugs