Skip to content

Commit

Permalink
Update to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
doonv committed Feb 17, 2024
1 parent 3c06ff4 commit 5969142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ license = "MIT OR Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bevy = { git = "https://github.com/bevyengine/bevy", default-features = false, features = [
bevy = { version = "0.13", default-features = false, features = [
"bevy_core_pipeline",
"bevy_sprite",
] }

[dev-dependencies]
bevy = { git = "https://github.com/bevyengine/bevy" }
bevy = "0.13"

[lints]
rust.missing_docs = "warn"

0 comments on commit 5969142

Please sign in to comment.