version = 4
[[package]]
name = "animato-core"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b229a2af93b411df624810a44b47a59a9bd6a903505f79685c156478afff521"
dependencies = [
"libm",
]
[[package]]
name = "animato-driver"
version = "1.0.0"
dependencies = [
"animato-core",
"animato-tween",
]
[[package]]
name = "animato-tween"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0570787b8d4773be2f55744a0d7c666f75fb3a3e349af1e72d4ea8a4cd659d7f"
dependencies = [
"animato-core",
]
[[package]]
name = "libm"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"