piston2d-opengl_graphics 0.24.0

An OpenGL 2D back-end for the Piston game engine
Documentation
language: rust
before_install:
  - sudo add-apt-repository ppa:team-xbmc/ppa -y
  - sudo apt-get update -qq
install:
  - sudo apt-get install libsdl2-dev
script:
  - cargo test -v
  - cargo doc -v