crow 0.7.2

A pixel perfect 2D rendering engine
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "crow"
version = "0.7.2"
authors = ["lcnr/Bastian Kauschke <bastian_kauschke@hotmail.de>"]
description = "A pixel perfect 2D rendering engine"
documentation = "https://docs.rs/crow/"
readme = "README.md"
keywords = ["game", "rendering", "2D", "gl"]
categories = ["game-development", "graphics", "rendering", "rendering::engine"]
license = "MIT"
repository = "https://github.com/lcnr/crow"
[package.metadata.docs.rs]
features = ["serde1"]

[[test]]
name = "test"
harness = false
[dependencies.gl]
version = "0.14"

[dependencies.glutin]
version = "0.24.0"

[dependencies.image]
version = "0.23"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true
package = "serde"

[dependencies.static_assertions]
version = "1"
[dev-dependencies.pretty_env_logger]
version = "0.4"

[dev-dependencies.rand]
version = "0.7"

[dev-dependencies.rand_xorshift]
version = "0.2.0"

[features]
serde1 = ["serde", "glutin/serde"]