summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2023-03-06 21:51:36 +0100
committerTom Barrett <tom@tombarrett.xyz>2023-03-06 21:51:36 +0100
commita0207d6b7a53fd942f9010287d27336692893da4 (patch)
tree310452333dd87bfa9b670ffbdc956a83802a2b0b /Cargo.toml
parentff2f897520704adacc8287b3499167bbcf56deb8 (diff)
bevy 10
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 ce05baa..4720f3d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,9 +1,9 @@
[package]
name = "gems"
version = "0.1.0"
-authors = ["Tom Barrett <tom@tombarrett.xyz>"]
+authors = ["tom barrett <tom@tombarrett.xyz>"]
edition = "2021"
[dependencies]
-bevy = "0.9.0"
+bevy = "0.10.0"
rand = "0.8.5"