I needed to perform these steps to be able to build this project on my arm64 macOS: ```sh brew install SDL2 SDL2_image export LIBRARY_PATH="$LIBRARY_PATH:/opt/homebrew/lib" cargo run --release -- path/to/rom ```