The Wayback Machine - https://web.archive.org/web/20200913075808/https://github.com/mateuszgiza/rust-sdl2-extras
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Rust-SDL2-Extras

Build Status Crates.io Docs

This repo contains extras for Rust-SDL2 package.

Prerequisites

Linux

  1. Install Rust (stable):

     curl https://sh.rustup.rs -sSf | sh
    
  2. SDL2:

    Ubuntu

     sudo apt install libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev
    

    Arch Linux

     sudo pacman -S sdl2 sdl2_ttf sdl2_image
    

Build

cargo build

Contributions

Feel free to create issues, feature requests and pull requests.

About

Extras for Rust-SDL2 package

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.