Skip to content

robertpyke/bevyjam2

Repository files navigation

bevyjam2

Bevy Jam 2

Cross compilation from mac:

Install mingw-w64 to support linker.

brew install mingw-w64

Note, you may need to run the following, depending on your brew setup:

arch -arm64 brew install mingw-w64

Commands to cross-compile

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"

About

Bevy Jam 2

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •