simplex-23d-rs 0.2.1

Simplex 2d/3d noise in Rust
Documentation
[[bench]]
harness = false
name = "simplex_benchmark"

[dependencies.rand]
version = "0.8"

[dev-dependencies.criterion]
version = "0.4"

[dev-dependencies.image]
version = "0.24"

[dev-dependencies.plotters]
version = "0.3"

[lib]
name = "simplex_23d"
path = "src/lib.rs"

[package]
description = "Simplex 2d/3d noise in Rust"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "simplex-23d-rs"
readme = "README.md"
repository = "https://github.com/mattzque/simplex-23d-rs"
version = "0.2.1"