Skip to content

Commit

Permalink
Merge pull request #6 from vectorgameexperts/dependabot/cargo/bevy-0.13
Browse files Browse the repository at this point in the history
chore(deps): update bevy requirement from 0.12 to 0.13
  • Loading branch information
simbleau authored Feb 26, 2024
2 parents 3c48b00 + 9706205 commit e559883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"

[dependencies]
tokio = { version = "1", default-features = false, features = ["sync"] }
bevy = { version = "0.12", default-features = false, features = [
bevy = { version = "0.13", default-features = false, features = [
"multi-threaded",
] }
cfg-if = "1.0"
Expand Down

0 comments on commit e559883

Please sign in to comment.