Add rand crate
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user