From f98dcf9582418de9c4dc888ca78e88f4c0471be8 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Sun, 4 Apr 2021 12:47:43 +0200 Subject: good start, but seem to have an issue with queries connecting cells and textureatlassprite, their iters are always empty --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] edition = "2018" [dependencies] -bevy = "0.4" +bevy = { git = "https://github.com/bevyengine/bevy", rev = "3e285d5c0bd49cf1aff11cf3848270bafdd48646"} rand = "0.8.0" -- cgit v1.2.3