diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2021-03-19 19:21:11 +0100 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2021-03-19 19:21:11 +0100 |
commit | d2c59a4d07efa3ec4418d7e82352a1cdf38e1518 (patch) | |
tree | bfd1953f35732b0577b260d0fb24c4706e6dd9bb /Cargo.toml | |
parent | 91a902278617f4981372b0f93612a7bfe902bc9b (diff) |
branch trying out bevy
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -4,8 +4,6 @@ version = "0.1.0" authors = ["Tom Barrett <tom@tombarrett.xyz>"] edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] -ggez = "0.5.1" +bevy = "0.4" rand = "0.8.0" |