noise_fn 0.1.2

Some simple noise functions and traits to allow easy integration with your own
Documentation
[dependencies.higher_order_functions]
version = "^0.1.1"

[dependencies.lazy_static]
version = "1"

[dependencies.num-traits]
version = "0.2"

[dependencies.rand]
version = "0.7"

[dependencies.sized_matrix]
version = "^0.2.2"

[dependencies.wyhash]
version = "0.4"
[dev-dependencies.version-sync]
version = "0.9"

[features]

[package]
authors = ["Luke Miles <luke.49@live.co.uk>"]
categories = ["mathematics", "game-development", "graphics", "rust-patterns", "no-std"]
description = "Some simple noise functions and traits to allow easy integration with your own"
documentation = "https://docs.rs/noise_fn"
edition = "2018"
homepage = "https://github.com/LukeMiles49/noise-fn-rs"
keywords = ["noise", "random", "simplex", "perlin", "seeded"]
license = "MIT"
name = "noise_fn"
readme = "README.md"
repository = "https://github.com/LukeMiles49/noise-fn-rs"
version = "0.1.2"