Skip to content

Commit

Permalink
Bevy 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ManevilleF committed Jul 8, 2024
1 parent 0f7f863 commit 4f1ddd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Bevy 0.14 (#17)
* Physics improvements (#16)

## 0.8.0

* Bevy 0.13 support (#15)
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ debug = ["bevy/bevy_gizmos", "bevy/bevy_render"]
[dependencies]

[dependencies.bevy]
version = "0.13"
version = "0.14"
default-features = false

[dev-dependencies]

[dev-dependencies.bevy]
version = "0.13"
version = "0.14"
features = [
"bevy_render",
"bevy_winit",
"bevy_core_pipeline",
"bevy_sprite",
"bevy_pbr",
"x11",
"multi-threaded",
"multi_threaded",
"tonemapping_luts",
# Faster compilation
"dynamic_linking",
Expand Down

0 comments on commit 4f1ddd4

Please sign in to comment.