Skip to content

Commit

Permalink
Bump bevy to 0.14.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jgayfer committed Jun 28, 2024
1 parent f6f7842 commit 4d90364
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,21 @@ readme = "README.md"
exclude = ["assets/*", "static/*"]

[dependencies]
bevy = { version = "0.14.0-rc.3", default-features = false, features = [
bevy = { version = "0.14.0-rc.4", default-features = false, features = [
"bevy_render",
"bevy_core_pipeline",
"bevy_winit"
] }
smallvec = "1.13"

[dev-dependencies]
bevy = { version = "0.14.0-rc.3", default-features = false, features = [
bevy = { version = "0.14.0-rc.4", default-features = false, features = [
"bevy_render",
"bevy_core_pipeline",
"bevy_winit",
"bevy_sprite",
"png",
"x11",
# TODO: Remove. See https://github.com/bevyengine/bevy/issues/13728.
"ktx2",
"zstd",
"bevy_pbr"
"x11"
] }

[lints.clippy]
Expand Down

0 comments on commit 4d90364

Please sign in to comment.