diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2022-07-31 14:00:56 +0200 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2022-07-31 14:00:56 +0200 |
commit | cd606702b4cc73119e8472ff2b006a3f13687d9c (patch) | |
tree | 7d153cea6a2bee02bb05e654a988ba679d602334 /Cargo.toml | |
parent | 9b28e3da4c9f92230d56648b07ad8a8c6a0ffadd (diff) |
functional parity with master, although a bug with the textures
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |