spectra 0.2.4

Demoscene framework
[package]
name = "spectra"
version = "0.2.4"
license = "BSD-3-Clause"
authors = ["Dimitri Sabadie <dimitri.sabadie@gmail.com>"]
description = "Demoscene framework"
keywords = ["demoscene", "animation", "graphics"]

homepage = "https://github.com/phaazon/spectra"
repository = "https://github.com/phaazon/spectra"
documentation = "https://docs.rs/spectra"

build = "build.rs"

[[bin]]
name = "spectra"
path = "spectra/src/main.rs"
doc = false

[dependencies]
alto = "1.1"
any-cache = "0.1"
cgmath = "0.14"
chrono = "0.3"
clap = "2.19"
luminance = "0.21"
luminance-glfw = "0.1"
image = "0.12"
notify = "2.6"
num-traits = "0.1"
rusttype = "0.2"
serde = "0.9"
serde_derive = "0.9"
serde_json = "0.9"
vorbis = "0.1"
wavefront_obj = "5.0"

[dev-dependencies]
rand = "0.3" # for unit tests