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

Fix compilation #81

Closed Heezay closed 2 years ago

Heezay commented 2 years ago

Integration tests can't detect all problems that occur during the compilation process. Crate type couldn't change because of the code being moved out from the parent function. The code was returned to the parent function that allowed to fix the compilation process.