glerminal 0.2.1

A lightweight OpenGL terminal
Documentation
language: rust

rust:
  - stable
  - beta
  - nightly

cache: cargo

notifications:
  email: never

script:
  - RUST_BACKTRACE=1 cargo test --all-features -- --test-threads=1
  - RUST_BACKTRACE=1 cargo test --all-features --release -- --test-threads=1