Skip to content

Commit

Permalink
Update bevy_pancam dependency
Browse files Browse the repository at this point in the history
- bevy_pancam: 0.10 -> 0.11
  - Now supports bevy 0.13

Signed-off-by: Nullicorn <[email protected]>
  • Loading branch information
TheNullicorn committed Feb 22, 2024
1 parent 19d55e2 commit f34d19a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@ bevy = { version = "0.13", default-features = false, features = [
] }
rand = "0.8"
bevy_egui = { version = "0.25", default-features = false, features = ["default_fonts"] }
# TODO: Change back to crates.io version once bevy_pancam 0.11 is released (https://github.com/johanhelsing/bevy_pancam/pull/56):
# bevy_pancam = { version = "0.11", features = ["bevy_egui"] }
bevy_pancam = { git = "https://github.com/tomara-x/bevy_pancam.git", branch = "main", features = ["bevy_egui"] }
bevy_pancam = { version = "0.11", features = ["bevy_egui"] }
insta = "1.21"

0 comments on commit f34d19a

Please sign in to comment.