mirror of
https://github.com/Cactus-minecraft-server/World.git
synced 2025-12-07 10:40:37 +00:00
13 lines
173 B
TOML
13 lines
173 B
TOML
[package]
|
|
name = "worldgen"
|
|
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"
|