Skip to content

Commit

Permalink
Bump bevy_mod_picking from 0.10.0 to 0.11.0
Browse files Browse the repository at this point in the history
Bumps [bevy_mod_picking](https://github.com/aevyrie/bevy_mod_picking) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/aevyrie/bevy_mod_picking/releases)
- [Commits](https://github.com/aevyrie/bevy_mod_picking/commits)

---
updated-dependencies:
- dependency-name: bevy_mod_picking
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 9, 2023
1 parent 8c3301b commit eb35e5e
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 eb35e5e

Please sign in to comment.