tinytga 0.3.0

No-std, low memory footprint TGA image loader
Documentation
[[test]]
name = "embedded_graphics"
required-features = ["graphics"]
[badges.circle-ci]
branch = "master"
repository = "jamwaffles/embedded-graphics"
[dependencies.embedded-graphics]
optional = true
version = "0.6.0-alpha.3"

[dependencies.nom]
default-features = false
version = "5.1.0"
[dev-dependencies.embedded-graphics]
version = "0.6.0-alpha.3"

[features]
graphics = ["embedded-graphics"]

[package]
authors = ["James Waples <james@wapl.es>"]
categories = ["embedded", "no-std"]
description = "No-std, low memory footprint TGA image loader"
documentation = "https://docs.rs/tinytga"
edition = "2018"
exclude = [".travis.yml", ".gitignore"]
keywords = ["graphics", "embedded", "tga", "targa", "image"]
license = "MIT OR Apache-2.0"
name = "tinytga"
readme = "./README.md"
repository = "https://github.com/jamwaffles/embedded-graphics/tree/master/tinytga"
version = "0.3.0"