Skip to content

Commit

Permalink
update for released Bevy 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Nov 30, 2024
1 parent ffa61eb commit d3d4707
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 @@ -22,12 +22,14 @@ webp = ["image/webp"]
[dependencies]
image = { version = "0.25", default-features = false }
thiserror = "1.0"
bevy = { version = "0.15.0-rc.3", default-features = false, features = [
bevy = { version = "0.15.0", default-features = false, features = [
"bevy_sprite",
"png", # TODO: change after https://github.com/bevyengine/bevy/issues/16563
] }

[dev-dependencies]
bevy = { version = "0.15.0-rc.3", default-features = false, features = [
bevy = { version = "0.15.0", default-features = false, features = [
"bevy_window",
"bevy_sprite",
"bevy_ui",
"bevy_winit",
Expand Down

0 comments on commit d3d4707

Please sign in to comment.