[package] authors = ["Zoron "] description = "Using diamond-square algorithm to generate heightmaps which stored in a 2D-array." edition = "2021" homepage = "https://github.com/fralonra/ds-heightmap" keywords = ["diamond-square", "heightmap"] license = "MIT" name = "ds-heightmap" readme = "README.md" repository = "https://github.com/fralonra/ds-heightmap" version = "0.2.1" [lib] crate-type = ["cdylib", "lib"] [dependencies] rand = "0.8" rand_distr = "0.4" [target.'cfg(target_arch = "wasm32")'.dependencies] getrandom = { version = "0.2", features = ["js"] } js-sys = "0.3" wasm-bindgen = "0.2" wee_alloc = "0.4"