blit 0.4.2

Blit sprites on a buffer with a mask
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "blit"
version = "0.4.2"
authors = ["Thomas Versteeg <thomasversteeg@gmx.com>"]
description = "Blit sprites on a buffer with a mask"
homepage = "https://github.com/tversteeg/blit"
documentation = "https://docs.rs/blit"
readme = "README.md"
keywords = ["image", "gamedev", "sprite", "blitting"]
categories = ["games", "rendering", "game-engines", "multimedia"]
license = "GPL-3.0"
repository = "https://github.com/tversteeg/blit.git"

[[example]]
name = "smiley"
path = "examples/smiley.rs"
[dependencies.bincode]
version = "0.9"

[dependencies.image]
version = "0.18"
optional = true

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"
[dev-dependencies.minifb]
version = "0.10"

[features]
default = ["image"]
[badges.travis-ci]
repository = "tversteeg/blit"