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