Add "rand" crate, store an RNG in AsteroidSpawner

This commit is contained in:
2025-07-29 13:32:26 -05:00
parent eee039339e
commit c80ada4aa6
3 changed files with 6 additions and 0 deletions

View File

@@ -6,3 +6,4 @@ edition = "2021"
[dependencies]
bevy = { version = "0.16", features = ["dynamic_linking"] }
bevy-inspector-egui = "0.32.0"
rand = "0.9.2"