spectra 0.7.0

Demoscene framework
Documentation
[package]
name = "spectra"
version = "0.7.0"
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 = "3.0"
any-cache = "0.2"
cgmath = "0.15"
chrono = "0.4"
clap = "2.27"
luminance = "0.24"
luminance-glfw = "0.4"
image = "0.17"
glsl = "0.7.0"
num-traits = "0.1"
rusttype = "0.2"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
vorbis = "0.1"
wavefront_obj = "5.1"
warmy = "0.3"

[dependencies.nom]
version = "3.2"
features = ["verbose-errors"]

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