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