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