SDL
Installing and linking on Macos
brew install sdl2- On Intel mac
LIBRARY_PATH="$LIBRARY_PATH:/usr/local/lib - On M1 mac
LIBRARY_PATH="$LIBRARY_PATH:/opt/homebrew/lib
TODO M1 macs seem to have issues with custom build.rs scripts.
brew install sdl2LIBRARY_PATH="$LIBRARY_PATH:/usr/local/libLIBRARY_PATH="$LIBRARY_PATH:/opt/homebrew/libTODO M1 macs seem to have issues with custom build.rs scripts.