From d2c59a4d07efa3ec4418d7e82352a1cdf38e1518 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Fri, 19 Mar 2021 19:21:11 +0100 Subject: branch trying out bevy --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e3cd0e1..e002d2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,6 @@ version = "0.1.0" authors = ["Tom Barrett "] edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] -ggez = "0.5.1" +bevy = "0.4" rand = "0.8.0" -- cgit v1.2.3 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 From 284ad7d9193bafbe44993bada105a92899650af1 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Wed, 7 Apr 2021 21:17:05 +0200 Subject: 0.5.0 released --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] edition = "2018" [dependencies] -bevy = { git = "https://github.com/bevyengine/bevy", rev = "3e285d5c0bd49cf1aff11cf3848270bafdd48646"} +bevy = "0.5.0" rand = "0.8.0" -- cgit v1.2.3