Merge pull request #1 from gardum-game/bevy-0.7

Update to Bevy 0.7
This commit is contained in:
Nolan Darilek 2022-04-16 12:28:07 -05:00 committed by GitHub
commit 19f79f6b9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"] }