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

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

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

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