animato-driver 1.5.1

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.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77b42cc06302080df212cfc2dc2fb722b8b3b13c92f365df9605e3938450d7b7"
dependencies = [
 "libm",
]

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

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

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