embedded-graphics 0.2.0

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]
name = "embedded-graphics"
version = "0.2.0"
authors = ["James Waples <jamwaffles@gmail.com>"]
exclude = [".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"
[dependencies.nalgebra]
version = "0.16.0"
optional = true
default-features = false

[features]
default = []
nalgebra_support = ["nalgebra"]
[badges.travis-ci]
branch = "master"
repository = "jamwaffles/embedded-graphics"