Skip to content

Commit

Permalink
With latest nalgebra.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Jun 24, 2024
1 parent db0f1aa commit f2f0de6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trackball"
version = "0.13.0"
version = "0.14.0"
rust-version = "1.71.0"
authors = ["Rouven Spreckels <[email protected]>"]
edition = "2021"
Expand Down Expand Up @@ -37,16 +37,16 @@ rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
heapless = { version = "0.8.0", default-features = false }
nalgebra = { version = "0.32.6", default-features = false, features = ["libm-force"] }
simba = { version = "0.8.1", default-features = false, features = ["libm"] }
nalgebra = { version = "0.33.0", default-features = false, features = ["libm-force"] }
simba = { version = "0.9.0", default-features = false, features = ["libm"] }
approx = { version = "0.5.1", default-features = false }
serde = { version = "1.0.203", default-features = false, features = ["derive"], optional = true }
rkyv = { version = "0.7.44", default-features = false, optional = true }

[features]
glam = ["nalgebra/convert-glam027"]
glam = ["nalgebra/convert-glam028"]
serde = ["dep:serde", "nalgebra/serde-serialize-no-std", "simba/serde_serialize"]
rkyv = ["dep:rkyv", "nalgebra/rkyv-serialize-no-std", "simba/rkyv-serialize"]

[build-dependencies]
cc = { version = "1.0.99", optional = true }
cc = { version = "1.0.100", optional = true }
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.14.0 (2024-06-24)

* Bump `nalgebra` to latest version.

# Version 0.13.0 (2024-06-12)

* Bump dependencies.
Expand Down

0 comments on commit f2f0de6

Please sign in to comment.