diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2021-04-04 12:47:43 +0200 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2021-04-04 12:47:43 +0200 |
commit | f98dcf9582418de9c4dc888ca78e88f4c0471be8 (patch) | |
tree | 976cd30278260d110f40a6f6f795848a896503cb /Cargo.toml | |
parent | 23ba31868d99f17f2736d57d9a0f7a0eec0a5415 (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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |