arko 0.2.3

A small library for pixel manipulation in images
Documentation
[package]
name = "arko"
version = "0.2.3"
authors = ["Florian Girardo <florian@girardo.me>"]
edition = "2018"
description = "A small library for pixel manipulation in images"
website = "https://gitlab.com/girflo/arko"
license-file = "LICENSE.txt"
readme = "README.md"
categories = ["graphics", "multimedia::images"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
image = "0.24.3"
rand = "0.8.5"
palette = "0.6.0"