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