add generation

This commit is contained in:
Matthieu Jolimaitre 2024-11-19 05:00:12 +01:00
parent b204118b82
commit b5c6067979
10 changed files with 250 additions and 130 deletions

View file

@ -8,6 +8,7 @@ bevy = { version = "0.14.2", default-features = false, features = [
"multi_threaded",
] }
bevy_eventwork = "0.9.0"
ctrlc = "3.4.5"
itermore = { version = "0.7.1", features = ["array_chunks"] }
rand = "0.8.5"
serde = { version = "1.0.215", features = ["derive"] }