Skip to content

Commit

Permalink
Update to release
Browse files Browse the repository at this point in the history
  • Loading branch information
purplg committed Nov 29, 2024
1 parent a32818e commit bb27950
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,20 @@ categories = ["game-engines", "game-development"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = { version = "0.15.0-rc.3", default-features = false, features = [
bevy = { version = "0.15", default-features = false, features = [
"bevy_asset",
"bevy_core_pipeline",
"bevy_render",
"bevy_window",
] }

[dev-dependencies]
bevy = { version = "0.15.0-rc.3", default-features = false, features = [
bevy = { version = "0.15", default-features = false, features = [
"bevy_asset",
"bevy_core_pipeline",
"bevy_pbr",
"bevy_state",
"bevy_window",
"ktx2",
"tonemapping_luts",
"wayland",
Expand Down

0 comments on commit bb27950

Please sign in to comment.