Skip to content

Commit

Permalink
Bumped minimum Bevy version requirement to 0.13.1 (bevyengine/bevy#12015
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Lethja committed Mar 10, 2024
1 parent 8c31bea commit 6b95b03
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 @@ -14,7 +14,7 @@ documentation = "https://docs.rs/bevy_transform_gizmo"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bevy = { version = "0.13", default-features = false, features = [
bevy = { version = "0.13.1", default-features = false, features = [
"bevy_render",
"bevy_core_pipeline",
"bevy_pbr",
Expand All @@ -25,7 +25,7 @@ bevy_mod_picking = { version = "0.18", default-features = false, features = [
bevy_mod_raycast = "0.17"

[dev-dependencies]
bevy = { version = "0.13", default-features = false, features = [
bevy = { version = "0.13.1", default-features = false, features = [
"bevy_pbr",
"bevy_winit",
"x11",
Expand Down

0 comments on commit 6b95b03

Please sign in to comment.