piston2d-graphics 0.1.0

A library for 2D graphics that works with multiple back-ends
language: rust
script:
  - cargo test -v
  - cargo doc -v
after_success:
  - curl http://docs.piston.rs/travis-doc-upload.sh | sh