summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2022-07-31 14:00:56 +0200
committerTom Barrett <tom@tombarrett.xyz>2022-07-31 14:00:56 +0200
commitcd606702b4cc73119e8472ff2b006a3f13687d9c (patch)
tree7d153cea6a2bee02bb05e654a988ba679d602334 /Cargo.toml
parent9b28e3da4c9f92230d56648b07ad8a8c6a0ffadd (diff)
functional parity with master, although a bug with the textures
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c18db2b..4ea5c78 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,5 +5,5 @@ authors = ["Tom Barrett <tom@tombarrett.xyz>"]
edition = "2021"
[dependencies]
-bevy = "0.7.0"
-rand = "0.8.0"
+bevy = "0.8.0"
+rand = "0.8.5"