piston_window 0.57.0

The official Piston window wrapper for the Piston game engine
Documentation
language: rust
rust:
  - stable
  - nightly
script:
  - cargo test -v
  - cargo doc -v
after_success:
  - curl http://docs.piston.rs/travis-doc-upload.sh | sh