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

Add "crossbundle doctor" command #119

Open enfipy opened 2 years ago

enfipy commented 2 years ago

What problem does this solve, or what need does it fill?

Currently, we can understand that something is not working just by running crossbundle run/build android/apple. It would be better to have a crossbundle doctor command that will only check all needed crossbundle dependencies and will not require a project to execute.

What solution would you like?

Something like in flutter.