summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2022-04-24 21:45:30 +0200
committerTom Barrett <tom@tombarrett.xyz>2022-04-24 21:45:30 +0200
commit718a09f8fd87d6c0d7e69ff0744802cba040b576 (patch)
tree8f359c1e518f2f64b6962d529058a4889b71cb16 /Cargo.toml
parentd8a5e679e931c302da03d675caf4bd208dbde988 (diff)
0_7
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 1ee1e33..c18db2b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,8 +2,8 @@
name = "gems"
version = "0.1.0"
authors = ["Tom Barrett <tom@tombarrett.xyz>"]
-edition = "2018"
+edition = "2021"
[dependencies]
-bevy = "0.5.0"
+bevy = "0.7.0"
rand = "0.8.0"