animato-driver 1.2.0

AnimationDriver and Clock abstractions for the Animato animation library.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "animato-core"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "560daef2212ee8eefdf72cbcae5c09c26a7da42624e9903842c53c0e5dba8f5f"
dependencies = [
 "libm",
]

[[package]]
name = "animato-driver"
version = "1.2.0"
dependencies = [
 "animato-core",
 "animato-tween",
]

[[package]]
name = "animato-tween"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5eb7eb5da9afe6c993660e5ef1699d86dcb9d75bb4e8da243d9936f275c8b02f"
dependencies = [
 "animato-core",
]

[[package]]
name = "libm"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"