Skip to content

Commit

Permalink
Merge pull request #147 from mvlabat/dependabot/cargo/bevy_mod_pickin…
Browse files Browse the repository at this point in the history
…g-0.11.0

Bump bevy_mod_picking from 0.10.0 to 0.11.0
  • Loading branch information
vladbat00 authored Jan 9, 2023
2 parents 8c3301b + eb35e5e commit 198cd3a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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 libs/client_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bevy = "0.9.1"
bevy_egui = "0.18"
bevy-inspector-egui = "0.15.0"
bevy-inspector-egui-rapier = { version = "0.9", features = ["rapier2d"] }
bevy_mod_picking = "0.10"
bevy_mod_picking = "0.11"
bevy_disturbulence = { git = "https://github.com/mvlabat/bevy_disturbulence.git", branch = "wip", features = ["client"] }
bevy_rapier2d = { version = "0.19", features = ["wasm-bindgen"] }
chrono = "0.4.23"
Expand Down
2 changes: 1 addition & 1 deletion libs/shared_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ profiler = ["puffin", "bevy/trace"]
[dependencies]
bevy = { version = "0.9.1", default-features = false }
bevy_egui = { version = "0.18", optional = true }
bevy_mod_picking = { version = "0.10", optional = true }
bevy_mod_picking = { version = "0.11", optional = true }
bevy_disturbulence = { git = "https://github.com/mvlabat/bevy_disturbulence.git", branch = "wip" }
bevy_rapier2d = { version = "0.19", features = ["wasm-bindgen", "serde-serialize"] }
rapier2d = "0.16.1"
Expand Down

0 comments on commit 198cd3a

Please sign in to comment.