[dependencies.image]
version = "0.25.6"
[dependencies.rand]
version = "0.8"
[lib]
name = "tma_engine"
path = "src/lib.rs"
[package]
authors = ["Neil Crago"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A lightweight crate for defining, composing, and applying 2D affine transformations."
documentation = "https://docs.rs/tma_engine"
edition = "2024"
keywords = ["TMA", "tiling", "morphing", "animation"]
license = "MIT OR Apache-2.0"
name = "tma_engine"
readme = "README.md"
repository = "https://github.com/Neil-Crago/fractal_algebra"
version = "0.1.2"