pixel-canvas 0.2.3

A crate to make it easy to build interactive computer art with just a pixel buffer.
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true
before_script:
  - rustup component add rustfmt
  - cargo install cargo-readme
script:
  - cargo test --verbose
  - cargo fmt --all -- --check
  - ./gen-readme.sh --check