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