Bevy Jam 2
brew install mingw-w64
Note, you may need to run the following, depending on your brew setup:
arch -arm64 brew install mingw-w64
cargo build --target=aarch64-apple-darwin --verbose --release && cargo build --target=x86_64-apple-darwin --verbose --release && cargo build --target=x86_64-pc-windows-gnu --verbose --release && echo "FINISHED BUILD"