opensimplex 0.2.0

Wrappers for using OpenSimplex from Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[build-dependencies]
gcc = "0.3.13"

[dependencies]
libc = ">=0.1"

[package]
authors = ["Hansihe <hansihe@hansihe.com>"]
build = "build.rs"
description = "Wrappers for using OpenSimplex from Rust"
license = "Unlicense"
name = "opensimplex"
readme = "README.md"
repository = "https://github.com/hansihe/opensimplex.rs"
version = "0.2.0"