summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2021-04-04 12:47:43 +0200
committerTom Barrett <tom@tombarrett.xyz>2021-04-04 12:47:43 +0200
commitf98dcf9582418de9c4dc888ca78e88f4c0471be8 (patch)
tree976cd30278260d110f40a6f6f795848a896503cb /Cargo.toml
parent23ba31868d99f17f2736d57d9a0f7a0eec0a5415 (diff)
good start, but seem to have an issue with queries connecting cells and textureatlassprite, their iters are always empty
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"