diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |