picolo 0.3.1

A simple crate for breaking down images into its bareboned data. Uses the fantastic image crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.image]
version = "0.24.2"

[dependencies.vector2d]
version = "2.2.0"

[package]
authors = ["Adam"]
description = "A simple crate for breaking down images into its bareboned data. Uses the fantastic image crate."
documentation = "https://docs.rs/picolo"
edition = "2021"
homepage = "https://github.com/BlushyTears/picolo"
license = "MIT"
name = "picolo"
readme = "README.md"
repository = "https://github.com/BlushyTears/picolo"
resolver = "2"
version = "0.3.1"