add default value

This commit is contained in:
2025-08-21 17:34:53 +02:00
parent a55fe08a93
commit 7be6993735
4 changed files with 212 additions and 166 deletions

View File

@@ -4,10 +4,11 @@ version = "0.1.0"
edition = "2024"
[dependencies]
image = "0.25.6"
rand = "0.9.2"
rand_chacha = "0.9.0"
nbt = { git = "https://github.com/Cactus-minecraft-server/nbt.git" }
[lib]
name = "world"
path = "src/lib.rs"
[dev-dependencies]
image = "0.25.6"