attempt noise gen

This commit is contained in:
StephenAdamson
2024-12-14 00:03:52 +00:00
parent 7363ec9d39
commit bf3ddd0e74
10 changed files with 102 additions and 70 deletions
+1
View File
@@ -5,6 +5,7 @@ edition = "2021"
[dependencies]
bevy = "0.15.0"
noise = "0.9.0"
rand = "0.8.5"
# Enable max optimizations for dependencies, but not for our code: