Skip to content

Commit

Permalink
Use latest trackball.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Jul 6, 2024
1 parent f123f2d commit 3dde53a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ c11-orbit = ["trackball/cc"]
[dependencies]
bevy = { version = "0.14.0", default-features = false, features = ["bevy_render"] }
bevy_egui = { version = "0.28.0", default-features = false, features = ["render"], optional = true }
trackball = { version = "0.13.0", features = ["glam"] }
trackball = { version = "0.14.0", features = ["glam"] }

[dev-dependencies.bevy]
version = "0.14.0"
Expand Down
1 change: 1 addition & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Version 0.7.0 (2024-07-06)

* Update `bevy` to `0.14.0`.
* Update `trackball` to `0.14.0`.
* Improve examples.

# Version 0.6.0 (2024-05-01)
Expand Down

0 comments on commit 3dde53a

Please sign in to comment.