From fc8a6fd4ccbf553ea976732c4bd07212ecdb84d8 Mon Sep 17 00:00:00 2001 From: Hennadii Chernyshchyk Date: Sat, 16 Apr 2022 01:04:22 +0300 Subject: [PATCH] Update to Bevy 0.7 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3f5d0b0..29577eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bevy = { version = "0.6", default-features = false } +bevy = { version = "0.7", default-features = false } [target.'cfg(windows)'.dependencies] -windows = { version = "0.35", features = ["Win32_System_Power", "Win32_System_Registry", "Win32_System_SystemServices"] } \ No newline at end of file +windows = { version = "0.35", features = ["Win32_System_Power", "Win32_System_Registry", "Win32_System_SystemServices"] }