summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2021-04-07 21:17:05 +0200
committerTom Barrett <tom@tombarrett.xyz>2021-04-07 21:17:05 +0200
commit284ad7d9193bafbe44993bada105a92899650af1 (patch)
treed33a4e686515eafdd8ccc87683621726c22e6687 /Cargo.toml
parent009145e86988274584012e6d37da46357cd3cea3 (diff)
0.5.0 released
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 229b57f..1ee1e33 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"