piston_window 0.104.0

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