Skip to content

Commit

Permalink
feat(bevy): Upgrade to Bevy 0.8. (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndarilek authored and zkat committed Aug 1, 2022
1 parent 7382f82 commit 0f0c447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/zkat/big-brain"
homepage = "https://github.com/zkat/big-brain"

[dependencies]
bevy = { version = "0.7.0", default-features = false }
bevy = { version = "0.8.0", default-features = false }

[dev-dependencies]
bevy = { version = "0.7.0", default-features = true }
bevy = { version = "0.8.0", default-features = true }

0 comments on commit 0f0c447

Please sign in to comment.