Crates.io | noise_rs |
lib.rs | noise_rs |
version | 0.1.16 |
source | src |
created_at | 2020-08-09 21:28:48.679108 |
updated_at | 2021-05-05 19:46:43.005135 |
description | The perlin and simplex noise implementation in 2d and 3d |
homepage | |
repository | |
max_upload_size | |
id | 274803 |
size | 32,081 |
Needs Rust 1.46.0+ if compiled with default features
If you want older version of rust (we support back to 1.36.0) then pass
--no-default-features
on your build/test/run command or as a dependency do default-features = false
.