noise 0.0.4

Procedural noise generation library.
[package]

name = "noise"
description = "Procedural noise generation library."
homepage = "https://github.com/bjz/noise-rs"
repository = "https://github.com/bjz/noise-rs"
version = "0.0.4"
license = "Apache-2.0"
keywords = ["math", "random"]
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
           "tiffany352 <https://github.com/tiffany352",
           "James Miller <james@aatch.net"]

[lib]

name = "noise"

[[example]]

name = "perlin"