Skip to content

Commit

Permalink
bump to bevy 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
aevyrie committed Feb 18, 2024
1 parent 6896eed commit ced2cfd
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 @@ -11,7 +11,7 @@ documentation = "https://docs.rs/bevy_framepace"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bevy = { version = "0.12", default-features = false, features = [
bevy = { version = "0.13", default-features = false, features = [
"bevy_render",
"bevy_winit",
] }
Expand All @@ -22,7 +22,7 @@ default = ["framepace_debug", "bevy/x11"]
framepace_debug = []

[dev-dependencies]
bevy = { version = "0.12", default-features = false, features = [
bevy = { version = "0.13", default-features = false, features = [
"bevy_gizmos",
"bevy_text",
"bevy_ui",
Expand Down

0 comments on commit ced2cfd

Please sign in to comment.