TheBevyFlock / bevy_new_2d

This template is a great way to get started on a new 2D Bevy game!
https://the-bevy-flock.itch.io/bevy-new-2d
MIT License
186 stars 30 forks source link

Fix macOS builds #48

Closed benfrankel closed 4 months ago

benfrankel commented 4 months ago

Need to sanity check that they look fine and can be run.

Windows and Linux builds have been tested, and the web build can be tested by anyone on itch.io.

janhohenheim commented 4 months ago
image

Intel does not work. I suggest using the build used by https://github.com/NiklasEi/bevy_game_template, that one works and also produces a single binary for macOS. It's bigger because it includes both M1 and Intel builds, but the heavy stuff is the assets anyways and not the binaries themselves, so I'd prefer it from a usability standpoint.