animato-driver 1.6.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.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c056e87b83becb7b2bd982e86dca73cd1a91d31b43c118cc99b1df4cdeafb84"
dependencies = [
 "libm",
]

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

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

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