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