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