ez-pixmap 0.1.2

A naive and easy inline pixmap (xpm-like) image crate
Documentation
[package]
name = "ez-pixmap"
version = "0.1.2"
authors = ["Mohammed Alyousef <mohammed.alyousef@neurosrg.com>"]
edition = "2018"
description = "A naive and easy inline pixmap (xpm-like) image crate"
repository = "https://github.com/MoAlyousef/ez-pixmap"
documentation = "https://docs.rs/ez-pixmap"
keywords = ["image", "format", "pixmap", "xpm"]
categories = ["multimedia::images", "multimedia::encoding"]
readme = "README.md"
license = "MIT"

[dependencies]
lazy_static = "1.4.0"

[dev-dependencies]
image = { version = "0.23", default-features = false, features = ["png"] }