Skip to content

Commit

Permalink
build(deps): update bevy_pancam requirement from 0.10 to 0.11
Browse files Browse the repository at this point in the history
Updates the requirements on [bevy_pancam](https://github.com/johanhelsing/bevy_pancam) to permit the latest version.
- [Release notes](https://github.com/johanhelsing/bevy_pancam/releases)
- [Commits](johanhelsing/bevy_pancam@v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: bevy_pancam
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent c14d245 commit 9c2b547
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
[dependencies]
bevy-vello = { path = "../" }
bevy = { workspace = true }
bevy_pancam = { version = "0.10", features = ["bevy_egui"] }
bevy_pancam = { version = "0.11", features = ["bevy_egui"] }
bevy_egui = "0.23"
# FIXME: Remove later on, web-sys got angry in v0.3.38.
web-sys = { workspace = true }
2 changes: 1 addition & 1 deletion examples/text/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ publish = false
[dependencies]
bevy-vello = { path = "../../" }
bevy = { workspace = true }
bevy_pancam = { version = "0.10", features = ["bevy_egui"] }
bevy_pancam = { version = "0.11", features = ["bevy_egui"] }
# FIXME: Remove later on, web-sys got angry in v0.3.38.
web-sys = { workspace = true }
2 changes: 1 addition & 1 deletion examples/z-ordering/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ publish = false
[dependencies]
bevy-vello = { path = "../../" }
bevy = { workspace = true }
bevy_pancam = { version = "0.10", features = ["bevy_egui"] }
bevy_pancam = { version = "0.11", features = ["bevy_egui"] }
# FIXME: Remove later on, web-sys got angry in v0.3.38.
web-sys = { workspace = true }

0 comments on commit 9c2b547

Please sign in to comment.