Skip to content

Commit 3e3db5b

Browse files
committed
Rewrite coords module in pure Rust
1 parent 9693bcd commit 3e3db5b

File tree

9 files changed

+1030
-790
lines changed

9 files changed

+1030
-790
lines changed

swiftnav/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ rustversion = "1.0"
1414
chrono = { version = "0.4", optional = true }
1515
swiftnav-sys = { version = "^0.10.0", path = "../swiftnav-sys/" }
1616
strum = { version = "0.27", features = ["derive"] }
17+
nalgebra = "0.33"
1718
thiserror = "2.0"
1819

1920
[dev-dependencies]

0 commit comments

Comments
 (0)