diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2022-11-17 21:15:30 +0100 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2022-11-17 21:15:30 +0100 |
commit | ff2f897520704adacc8287b3499167bbcf56deb8 (patch) | |
tree | 103ecd27cf2f2d7532471c99586878682c73650f /Cargo.toml | |
parent | cd606702b4cc73119e8472ff2b006a3f13687d9c (diff) |
for version 9
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,5 +5,5 @@ authors = ["Tom Barrett <tom@tombarrett.xyz>"] edition = "2021" [dependencies] -bevy = "0.8.0" +bevy = "0.9.0" rand = "0.8.5" |