diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2024-01-14 13:35:50 +0100 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2024-01-14 13:35:50 +0100 |
commit | 79c1c693130369e115c316c2f149ed5a1c2cdc03 (patch) | |
tree | 5982c19debe08f307ff37676eeee158d5dc1d7f9 /Cargo.toml | |
parent | 7ad283fd40e093511a84f9f1cdd67689acde444b (diff) |
bevy 12
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.11.0" +bevy = "0.12.0" rand = "0.8.5" |