version = 4
[[package]]
name = "animato-core"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1023fa853cd2dcd8ffedda1c0adeaef233c9105855b9d2b99c8ee47e5a166457"
dependencies = [
"libm",
]
[[package]]
name = "animato-driver"
version = "1.3.0"
dependencies = [
"animato-core",
"animato-tween",
]
[[package]]
name = "animato-tween"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ba8a30db900912497cf617a458f3835e1bc919867f0409379317d0ca8a92d88"
dependencies = [
"animato-core",
]
[[package]]
name = "libm"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"