[dependencies.mint]
optional = true
version = "0.5.9"
[dependencies.num-traits]
default-features = false
features = ["libm"]
version = "0.2.15"
[dev-dependencies.ggez]
version = "0.7.0"
[dev-dependencies.num-derive]
version = "0.3.3"
[features]
alloc = []
default = ["mint_types", "alloc"]
mint_types = ["mint"]
[package]
authors = ["Hannes Mann <hannesmann2000@gmail.com>"]
categories = ["mathematics", "graphics"]
description = "A simple library for animation in Rust"
edition = "2018"
keywords = ["animation", "transitions", "easing", "gamedev", "graphics"]
license = "MIT"
name = "keyframe"
readme = "README.md"
repository = "https://github.com/HannesMann/keyframe"
rust-version = "1.51"
version = "1.1.1"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "docs/preview.html"]