summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2024-09-08 18:44:03 +0200
committerTom Barrett <tom@tombarrett.xyz>2024-09-08 18:44:03 +0200
commit4b672ebdb61669dbd2c14fe1220dec0fb1f90f0d (patch)
tree9dd15a428f5bc97e19e8e2b730a6004ab1506c2a /Cargo.toml
parent0375faa9670737191d0c276f3b5daf83a6cfc8e8 (diff)
trying out bevy 13bevy_13
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 934562d..9f40d3a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,5 +5,5 @@ authors = ["tom barrett <tom@tombarrett.xyz>"]
edition = "2021"
[dependencies]
-bevy = "0.12.0"
+bevy = "0.13.0"
rand = "0.8.5"