diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2024-09-08 18:44:03 +0200 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2024-09-08 18:44:03 +0200 |
commit | 4b672ebdb61669dbd2c14fe1220dec0fb1f90f0d (patch) | |
tree | 9dd15a428f5bc97e19e8e2b730a6004ab1506c2a /Cargo.toml | |
parent | 0375faa9670737191d0c276f3b5daf83a6cfc8e8 (diff) |
trying out bevy 13bevy_13
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.12.0" +bevy = "0.13.0" rand = "0.8.5" |