nimage 0.1.1

A simple imaging library
Documentation
[dependencies.tinytga]
optional = true
version = "0.5.0"

[[example]]
name = "rotate"
path = "examples/rotate.rs"

[features]
default = ["tga", "std"]
std = []
tga = ["dep:tinytga"]

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

[package]
authors = ["NDRAEY <pikachu_andrey@vk.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["graphics", "multimedia", "no-std"]
description = "A simple imaging library"
edition = "2024"
exclude = ["static/*"]
keywords = ["canvas", "image", "no_std"]
license = "MIT"
name = "nimage"
readme = "README.md"
repository = "https://github.com/NDRAEY/nimage"
version = "0.1.1"