conrod 0.51.0

An easy-to-use, 100% Rust, extensible 2D GUI library.
Documentation
language: rust

rust:
    - stable
    - beta
    - nightly

notifications:
    irc: "irc.mozilla.org#piston-internals"

os:
    - linux

addons:
    apt:
        packages:
            - libxxf86vm-dev
            - libosmesa6-dev

script:
    - cargo build --verbose
    - cargo test --verbose
    - cargo test --features "winit glium" --verbose
    - cargo test --features "piston" --verbose
    - cargo doc --verbose

after_success:
    - curl http://docs.piston.rs/travis-doc-upload.sh | sh