perlin noise

This commit is contained in:
Piotrek
2021-04-26 15:23:40 +02:00
parent beea89699d
commit dae867be9f
6 changed files with 174 additions and 48 deletions
+1
View File
@@ -15,6 +15,7 @@ byteorder = "1.4"
image = "0.23.14"
cgmath = "0.18"
rand = "0.8"
noise = "0.7"
[build-dependencies]
anyhow = "1.0"