piston2d-gfx_graphics 0.81.0

A Gfx 2D back-end for the Piston game engine
Documentation
language: rust
rust:
  - stable
  - nightly
before_install:
  - wget https://www.libsdl.org/release/SDL2-2.0.5.tar.gz -O SDL2-2.0.5.tar.gz
  - tar -xzvf SDL2-2.0.5.tar.gz
install:
  - (cd SDL2-2.0.5 && ./configure && make && sudo make install)
script:
  - cargo test -v
  - cargo doc -v