tato_pipe 0.1.3

Converts PNG files to binary data for the Tato game engine
Documentation
[build-dependencies.tato]
features = ["std"]
version = "0.1.4"

[dependencies.image]
version = "0.25.0"

[dependencies.tato]
features = ["std"]
version = "0.1.4"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Converts PNG files to binary data for the Tato game engine"
edition = "2021"
license = "MIT"
name = "tato_pipe"
readme = "readme.md"
repository = "https://github.com/DoctorWhoof/tato_pipe"
version = "0.1.3"