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