piston_window 0.130.0

The official Piston window wrapper for the Piston game engine
Documentation
1
2
3
4
5
6
7
8
9
10
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