version = 4
[[package]]
name = "animato-core"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8465909c4958cabf5b0670d481183b336ddfc489dd263ebe9564edfee9df8f3f"
dependencies = [
"libm",
]
[[package]]
name = "animato-driver"
version = "0.8.0"
dependencies = [
"animato-core",
"animato-tween",
]
[[package]]
name = "animato-tween"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73e7cec9ac6a0aa47a0280ea0b09b8a7bc04c01b7f66b04439b7a84aab658a4e"
dependencies = [
"animato-core",
]
[[package]]
name = "libm"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"