macalimlim / godot-rust-template

A template for godot-rust projects
MIT License
51 stars 22 forks source link

Support MacOs Arm target #52

Closed finnhartshorn closed 1 year ago

finnhartshorn commented 1 year ago

Adds support for arm on MacOs. aarch64-apple-darwin is used by default on MacOs arm machines and I've added in commented out values to switch to x86_64 on Arm or vice versa.

Closes #50

macalimlim commented 1 year ago

Thank you for this PR and great job! 👍🏾