Skip to content

Commit

Permalink
Bump MSRV.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Oct 29, 2024
1 parent 251ca04 commit 54b93f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "trackball"
version = "0.15.0"
rust-version = "1.71.0"
rust-version = "1.79.0"
authors = ["Rouven Spreckels <[email protected]>"]
edition = "2021"
description = "Virtual Trackball Orbiting via the Exponential Map"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Virtual Trackball Orbiting via the Exponential Map
[Documentation]: https://docs.rs/trackball/badge.svg
[Downloads]: https://img.shields.io/crates/d/trackball.svg
[Version]: https://img.shields.io/crates/v/trackball.svg
[Rust]: https://img.shields.io/badge/rust-v1.71-brightgreen.svg
[Rust]: https://img.shields.io/badge/rust-v1.79.0-brightgreen.svg
[License]: https://img.shields.io/badge/License-MIT%20OR%20Apache--2.0-blue.svg

This is an alternative trackball technique using exponential map and parallel transport to
Expand Down
1 change: 1 addition & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* Support latest `glam`.
* Bump `nalgebra` to latest version.
* Bump MSRV.

# Version 0.14.0 (2024-07-06)

Expand Down

0 comments on commit 54b93f5

Please sign in to comment.