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