embedded-graphics 0.6.0-alpha.2

Embedded graphics library for small hardware displays
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]
edition = "2018"
name = "embedded-graphics"
version = "0.6.0-alpha.2"
authors = ["James Waples <james@wapl.es>"]
exclude = [".circleci", ".travis.yml", ".gitignore", "convert_1bpp.sh"]
description = "Embedded graphics library for small hardware displays"
documentation = "https://docs.rs/embedded-graphics"
readme = "./README.md"
keywords = ["rtfm", "graphics", "embedded"]
categories = ["embedded", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jamwaffles/embedded-graphics"
[package.metadata.docs.rs]
all-features = true

[[bench]]
name = "primitives"
harness = false

[[bench]]
name = "fonts"
harness = false

[[bench]]
name = "image"
harness = false
required-features = ["bmp"]
[dependencies.byteorder]
version = "1.3.2"
default-features = false

[dependencies.nalgebra]
version = "0.18.0"
optional = true
default-features = false

[dependencies.tinybmp]
version = "0.1.0"
optional = true

[dependencies.tinytga]
version = "0.1.0"
optional = true
[dev-dependencies.criterion]
version = "0.2.11"
default-features = false

[features]
bmp = ["tinybmp"]
default = []
nalgebra_support = ["nalgebra"]
tga = ["tinytga"]
[badges.circle-ci]
branch = "master"
repository = "jamwaffles/embedded-graphics"