1

Add rand crate

This commit is contained in:
2024-10-05 23:37:48 +02:00
parent 2b141c30e3
commit 58c3813cf7
2 changed files with 24 additions and 1 deletions

View File

@ -5,6 +5,7 @@ edition = "2021"
[dependencies]
bevy = { version = "0.14.2", features = ["wayland", "dynamic_linking"] }
rand = "0.8.5"
# Enable a small amount of optimization in the dev profile.
[profile.dev]