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