Skip to content

Commit

Permalink
Update bevy requirement from 0.12 to 0.13
Browse files Browse the repository at this point in the history
Updates the requirements on [bevy](https://github.com/bevyengine/bevy) to permit the latest version.
- [Release notes](https://github.com/bevyengine/bevy/releases)
- [Changelog](https://github.com/bevyengine/bevy/blob/main/CHANGELOG.md)
- [Commits](bevyengine/bevy@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: bevy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent f095c38 commit cb430ff
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 @@ -39,7 +39,7 @@ name = "ui"
required-features = ["render"]

[dependencies]
bevy = { version = "0.12", default-features = false, features = [
bevy = { version = "0.13", default-features = false, features = [
"bevy_asset",
] }
egui = { version = "0.24.0", default-features = false, features = ["bytemuck"] }
Expand All @@ -52,7 +52,7 @@ thread_local = { version = "1.1.0", optional = true }
[dev-dependencies]
once_cell = "1.16.0"
version-sync = "0.9.4"
bevy = { version = "0.12", default-features = false, features = [
bevy = { version = "0.13", default-features = false, features = [
"x11",
"png",
"bevy_pbr",
Expand Down

0 comments on commit cb430ff

Please sign in to comment.