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 b3e1ac3 commit e4346c6Copy full SHA for e4346c6
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "bevy_trackball"
3
version = "0.2.0"
4
-rust-version = "1.70.0"
+rust-version = "1.71.0"
5
authors = ["Rouven Spreckels <[email protected]>"]
6
edition = "2021"
7
description = "Coherent virtual trackball controller/camera plugin for Bevy"
RELEASES.md
@@ -1,3 +1,7 @@
+# Version 0.2.0 (2023-11-07)
+
+ * Update Bevy to `0.12`.
# Version 0.1.1 (2023-08-20)
* Fix default of `TrackballInput::first_key` matching documentation.
0 commit comments