[dependencies.serde]
features = ["derive"]
version = "1"
[features]
scalar64 = []
[lib]
name = "anim8"
path = "src/lib.rs"
[package]
authors = ["Patryk 'PsichiX' Budzynski <psichix@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Animation toolset"
documentation = "https://docs.rs/anim8"
edition = "2021"
homepage = "https://github.com/PsichiX/anim8"
license = "MIT OR Apache-2.0"
name = "anim8"
readme = "README.md"
repository = "https://github.com/PsichiX/anim8"
version = "1.1.0"