diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2021-04-07 21:17:05 +0200 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2021-04-07 21:17:05 +0200 |
commit | 284ad7d9193bafbe44993bada105a92899650af1 (patch) | |
tree | d33a4e686515eafdd8ccc87683621726c22e6687 /Cargo.toml | |
parent | 009145e86988274584012e6d37da46357cd3cea3 (diff) |
0.5.0 released
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 = "2018" [dependencies] -bevy = { git = "https://github.com/bevyengine/bevy", rev = "3e285d5c0bd49cf1aff11cf3848270bafdd48646"} +bevy = "0.5.0" rand = "0.8.0" |