slight reorg

This commit is contained in:
gyoder 2025-12-18 14:25:55 -05:00
parent 92c8c288bc
commit a703f6ab85
5 changed files with 139 additions and 105 deletions

View file

@ -7,3 +7,4 @@ edition = "2024"
bevy = "0.17.3"
enumset = "1.1.10"
rand = "0.9.2"
serde = { version = "1.0.228", features = ["derive"] }