Skip to content

Commit

Permalink
Tidy up Bevy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed Jul 19, 2024
1 parent e383c16 commit d5fdfab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ debugdump = ["bevy_mod_debugdump"]

[dependencies]

bevy = { version = "0.14.0-rc.2", default-features = false, features = [
bevy = { version = "0.14", default-features = false, features = [
"bevy_asset",
"bevy_core_pipeline",
"bevy_render",
Expand Down

0 comments on commit d5fdfab

Please sign in to comment.