mirror of
https://github.com/Cactus-minecraft-server/World.git
synced 2025-12-07 10:40:37 +00:00
add more test and finishing the perlin noise function... I don't really know if I need to implement the simplex noise yet but for now I will stay with this one
This commit is contained in:
@@ -4,6 +4,9 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
image = "0.25.6"
|
||||
rand = "0.9.2"
|
||||
rand_chacha = "0.9.0"
|
||||
[lib]
|
||||
name = "worldgen"
|
||||
path = "src/lib.rs"
|
||||
|
||||
Reference in New Issue
Block a user