From cd606702b4cc73119e8472ff2b006a3f13687d9c Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Sun, 31 Jul 2022 14:00:56 +0200 Subject: functional parity with master, although a bug with the textures --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c18db2b..4ea5c78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,5 +5,5 @@ authors = ["Tom Barrett "] edition = "2021" [dependencies] -bevy = "0.7.0" -rand = "0.8.0" +bevy = "0.8.0" +rand = "0.8.5" -- cgit v1.2.3