Skip to content

Commit

Permalink
update bevy dep to 0.13.2 (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdsupina authored Apr 30, 2024
1 parent fa239a4 commit 8a3f5c5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ strum = "0.25.0"
strum_macros = "0.25.1"
thiserror = "1.0"
derive_more = "0.99.17"
bevy_ecs_macros = "0.13"
bevy_ecs = "0.13"
bevy_reflect = "0.13"
bevy_input = "0.13"
bevy_ecs_macros = "0.13.2"
bevy_ecs = "0.13.2"
bevy_reflect = "0.13.2"
bevy_input = "0.13.2"
bevy_kira_audio = { version = "0.19", features = ["mp3", "wav"] }
leafwing-input-manager = {git = "https://github.com/Leafwing-Studios/leafwing-input-manager", rev = "29a9458"}
ron = "0.8.0"
bevy_time = "0.13"
bevy_math = "0.13"
bevy_time = "0.13.2"
bevy_math = "0.13.2"
# We value minimizing the binary sizes and keeping the CLI maximally simple over a more feature complete CLI library
# like clap.
argh = "0.1.12"
rand = "0.8.5"
console_error_panic_hook = "0.1.7"

[workspace.dependencies.bevy]
version = "0.13"
version = "0.13.2"
default-features = false
features = [
# Non-default/'extra' features features
Expand Down

0 comments on commit 8a3f5c5

Please sign in to comment.