We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba006f commit 9f660b4Copy full SHA for 9f660b4
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.33.0
2
+
3
+- Add `reversed_button_zoom` option (#130)
4
5
## 0.32.0
6
7
- Zoom with mouse button + motion (#129)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bevy_panorbit_camera"
-version = "0.32.0"
+version = "0.33.0"
authors = ["Plonq"]
edition = "2021"
description = "A basic pan and orbit camera in Bevy"
README.md
@@ -68,7 +68,7 @@ all the possible configuration options.
68
69
| bevy | bevy_panorbit_camera |
70
|------|----------------------|
71
-| 0.17 | 0.29-0.32 |
+| 0.17 | 0.29-0.33 |
72
| 0.16 | 0.26-0.28 |
73
| 0.15 | 0.21-0.25 |
74
| 0.14 | 0.19-0.20 |
0 commit comments