nannou_timeline 0.18.0

A timeline widget, compatible with all conrod GUI projects.
Documentation
[dependencies.conrod_core]
version = "0.76"

[dependencies.conrod_derive]
version = "0.76"

[dependencies.envelope]
version = "0.8"

[dependencies.itertools]
version = "0.4.16"

[dependencies.num]
version = "0.1.27"

[dependencies.pitch_calc]
features = ["serde"]
version = "0.12"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[dependencies.time_calc]
features = ["serde"]
version = "0.13"
[dev-dependencies.nannou]
version = "0.18.0"

[dev-dependencies.rand]
version = "0.3.12"

[dev-dependencies.serde_json]
version = "1.0"

[features]
serde1 = ["serde", "pitch_calc/serde", "time_calc/serde"]

[package]
authors = ["mitchmindtree <mitchell.nordine@gmail.com>"]
description = "A timeline widget, compatible with all conrod GUI projects."
homepage = "https://nannou.cc"
keywords = ["timeline", "automation", "GUI", "conrod", "envelope"]
license = "MIT OR Apache-2.0"
name = "nannou_timeline"
readme = "README.md"
repository = "https://github.com/nannou-org/nannou_timeline.git"
resolver = "2"
version = "0.18.0"