Skip to content

Commit

Permalink
0.21.1 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Plonq committed Dec 10, 2024
1 parent 9dab198 commit e2da090
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.21.1

- Add `Camera3d` as a required component (new feature of Bevy 0.15) of `PanOrbitCamera`, so it doesn't need to be added
manually

## 0.21

- Update to Bevy 0.15
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_panorbit_camera"
version = "0.21.0"
version = "0.21.1"
authors = ["Plonq"]
edition = "2021"
description = "A basic pan and orbit camera in Bevy"
Expand All @@ -16,7 +16,7 @@ bevy_egui = ["dep:bevy_egui"]

[dependencies]
bevy = { version = "0.15", default-features = false, features = [
"bevy_core_pipeline",
"bevy_core_pipeline",
"bevy_render",
"bevy_window"
] }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ all the possible configuration options.
## Version Compatibility

| bevy | bevy_panorbit_camera |
| ---- | -------------------- |
|------|----------------------|
| 0.15 | 0.21 |
| 0.14 | 0.19-0.20 |
| 0.13 | 0.14-0.18 |
Expand Down

0 comments on commit e2da090

Please sign in to comment.