nannou 0.1.0

A Creative Coding Framework for Rust.
Documentation
[package]
name = "nannou"
version = "0.1.0"
authors = ["mitchmindtree <mitchell.nordine@gmail.com>"]
description = "A Creative Coding Framework for Rust."
readme = "README.md"
keywords = ["creative", "sketch", "graphics", "audio"]
license = "MIT"
repository = "https://github.com/MindBuffer/nannou.git"
homepage = "https://github.com/MindBuffer/nannou"

[dependencies]
cgmath = "0.15"
glium = "0.17"
image = "0.16"
noise = "0.4"
palette = "0.2"
rand = "0.3"