Update to Bevy 0.7

This commit is contained in:
Hennadii Chernyshchyk 2022-04-16 01:04:22 +03:00
parent ffba0c38dc
commit fc8a6fd4cc
No known key found for this signature in database
GPG Key ID: 24623302B8395825

View File

@ -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"] }
windows = { version = "0.35", features = ["Win32_System_Power", "Win32_System_Registry", "Win32_System_SystemServices"] }