summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 e002d2e..229b57f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,5 +5,5 @@ authors = ["Tom Barrett <tom@tombarrett.xyz>"]
edition = "2018"
[dependencies]
-bevy = "0.4"
+bevy = { git = "https://github.com/bevyengine/bevy", rev = "3e285d5c0bd49cf1aff11cf3848270bafdd48646"}
rand = "0.8.0"