blit 0.5.12

Blit sprites on a buffer with a mask
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
cache: cargo

addons:
  apt:
    packages:
      - xorg-dev

env:
  - FEATURES=""
  - FEATURES="image"
  - FEATURES="aseprite"
  - FEATURES="image aseprite"
script:
  - cargo build --no-default-features --features "$FEATURES"
  - cargo test --no-default-features --features "$FEATURES"