worldgen 0.1.0

Noisemap and world generation library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "worldgen"
description = "Noisemap and world generation library"
version = "0.1.0"
readme = "README.md"
authors = ["Samuel Sleight <samuel.sleight@gmail.com>"]
license = "Apache-2.0"
build = "build.rs"

[dependencies]
libc = "0.1.8"

[build-dependencies]
lazy_static = "0.1.11"
gcc = "0.3.8"