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