Skip to content

Commit

Permalink
Update Cargo.toml to bevy-0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenHuaYou authored Feb 29, 2024
1 parent e05561c commit 4926523
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ authors = ["Jan Wendland"]
include = ["/src", "CHANGELOG.md", "/assets", "LICENSE-APACHE", "LICENSE-MIT"]

[dependencies]
bevy = { version = "0.12.0", default-features = false, features = ["bevy_pbr", "bevy_render"] }
bevy = { version = "0.13.0", default-features = false, features = ["bevy_pbr", "bevy_render"] }
ordered-float = "3.4.0"

[dev-dependencies]
bevy = "0.12.0"
bevy-inspector-egui = "0.21.0"
bevy_tweening = "0.9.0"
bevy = "0.13.0"
bevy-inspector-egui = "0.23.0"
bevy_tweening = "0.10.0"

0 comments on commit 4926523

Please sign in to comment.