remove rand
Some checks failed
Rust Checks / checks (push) Waiting to run
Rust Checks / checks (pull_request) Failing after 5s

This commit is contained in:
CoCo_Sol 2024-03-05 18:25:37 +01:00
parent 8183b43a0a
commit 5f93258d9f
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -1318,7 +1318,6 @@ dependencies = [
"bevy_egui",
"noise",
"paste",
"rand 0.8.5",
]
[[package]]

View file

@ -15,4 +15,3 @@ bevy = "0.12.1"
bevy_egui = "0.24.0"
noise = "0.8.2"
paste = "1.0.14"
rand = "0.8.5"