Skip to content

Commit

Permalink
bevy 0.12 (#47)
Browse files Browse the repository at this point in the history
* bevy 0.12 prep

* Update to released bevy
  • Loading branch information
aevyrie authored Nov 6, 2023
1 parent 7dcec87 commit 6f8c9ff
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.11", default-features = false, features = [
bevy = { version = "0.12", 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.11", default-features = false, features = [
bevy = { version = "0.12", default-features = false, features = [
"bevy_gizmos",
"bevy_text",
"bevy_ui",
Expand Down

0 comments on commit 6f8c9ff

Please sign in to comment.