[dependencies.eazy-core]
version = "0.0.1"
[dependencies.eazy-tweener]
version = "0.0.1"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.7.0"
[dev-dependencies.insta]
features = ["yaml"]
version = "1.43.2"
[dev-dependencies.proptest]
version = "1.7.0"
[lib]
doctest = false
name = "eazy_keyframe"
path = "src/lib.rs"
[package]
authors = ["the compilords team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Keyframe animation support for the eazy animation library."
edition = "2024"
license = "Apache-2.0 OR MIT"
name = "eazy-keyframe"
readme = "README.md"
repository = "https://github.com/invisageable/zo/tree/main/sources/tweener"
resolver = "2"
version = "0.0.1"