transformator 0.1.0

A small helper library for CSS-like 3D transformation inheritance and composition
Documentation
[dependencies.euclid]
version = "0.22.11"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.228"

[features]
serialization = ["serde", "euclid/serde"]

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

[package]
authors = ["Anton Suprunchuk <anton.suprunchuk@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rendering::graphics-api", "gui"]
description = "A small helper library for CSS-like 3D transformation inheritance and composition"
documentation = "https://docs.rs/transformator/"
edition = "2021"
keywords = ["rendering", "vector_graphics", "gui", "graphics"]
license = "Apache-2.0/MIT"
name = "transformator"
readme = "README.md"
repository = "https://github.com/antouhou/transformator"
version = "0.1.0"