opensimplex 0.1.0

Wrappers for using OpenSimplex from Rust
Documentation
extern crate gcc;

fn main() {
    gcc::compile_library("libopensimplex.a", &["src/opensimplex.c"]);
}