nanachi 0.0.4

2D graphics library
Documentation
[dependencies.image]
default-features = false
optional = true
version = "0.23"

[dependencies.lyon_geom]
version = "0.16"

[dev-dependencies.image]
features = ["png"]
version = "0.23"

[dev-dependencies.rand_core]
version = "0.5"

[dev-dependencies.rand_pcg]
version = "0.2"

[dev-dependencies.rusttype]
version = "0.9"

[features]
default = ["image-crate", "path-data-notation"]
image-crate = ["image"]
path-data-notation = []

[package]
authors = ["carrotflakes <carrotflakes@gmail.com>"]
categories = ["graphics"]
description = "2D graphics library"
edition = "2018"
exclude = ["*.png", "gui"]
keywords = ["graphics"]
license = "MIT"
name = "nanachi"
readme = "README.md"
repository = "https://github.com/carrotflakes/nanachi"
version = "0.0.4"