blitter 0.6.1

This library performs various blitting and drawing operations on a 32 bits framebuffer.
Documentation
[package]
name = "blitter"
version = "0.6.1"
authors = ["Nicolas BAUW <nbauw@hotmail.com>"]
edition = "2018"
description = "This library performs various blitting and drawing operations on a 32 bits framebuffer."
keywords = ["blitter", "bitmap", "pixel", "drawing", "framebuffer"]
categories = ["graphics", "rendering"]
license = "MIT"
repository = "https://github.com/nicolasbauw/blitter"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
png = { version = "0.16.1", optional = true }

[dev-dependencies]
minifb = "0.15.3"

[features]
png-decode = ["png"]