janhohenheim / foxtrot

The all-in-one Bevy 3D game template for desktop.
Apache License 2.0
630 stars 45 forks source link

Use correct homebrew path on ARM macs #224

Closed vijaypemmaraju closed 1 year ago

vijaypemmaraju commented 1 year ago

Homebrew installs packages to a different directory on Apple Silicon Macs, so this template was not working out of the box due to the incorrect path for zld. I've made the appropriate fix in .cargo/config.toml

janhohenheim commented 1 year ago

Thanks!