refactor worldgen

This commit is contained in:
2025-07-27 15:06:22 +02:00
parent 823f258672
commit 74765e41a3
4 changed files with 79 additions and 124 deletions

View File

@@ -4,9 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
noise = "0.9.0"
image = "0.25.5"
rayon = "1.10.0"
[lib]
name = "worldgen"
path = "src/lib.rs"