buildtime-png 0.1.4

Embed image as pixel data &[u8] into binary at build time.
Documentation
[package]
name = "buildtime-png"
version = "0.1.4"
authors = ["Mao Wtm <m@maowtm.org>"]
edition = "2018"
description = "Embed image as pixel data &[u8] into binary at build time."
documentation = "https://docs.rs/buildtime-png/"
repository = "https://gitlab.com/wtm/buildtime-png.rs"
license = "MIT"
readme = "README.md"

[lib]
name = "buildtime_png"
path = "src/lib.rs"

[dependencies]
png = { version = "0.14.1", default-features = false }