This repo contains extras for Rust-SDL2 package.
-
Install Rust (stable):
curl https://sh.rustup.rs -sSf | sh
-
SDL2:
sudo apt install libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev
sudo pacman -S sdl2 sdl2_ttf sdl2_image
cargo build
Feel free to create issues, feature requests and pull requests.