Skip to content

Commit

Permalink
Remove nalgebra support from coordinate-frame
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Mayer <[email protected]>
  • Loading branch information
sunsided committed Jul 14, 2024
1 parent cc9cb36 commit ddcea31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ coordinate-frame = ["dep:coordinate-frame"]
micromath = ["dep:micromath", "coordinate-frame/micromath"]

[dependencies]
coordinate-frame = { version = "0.4.0", optional = true, features = ["num-traits", "nalgebra"] }
coordinate-frame = { version = "0.4.0", optional = true, features = ["num-traits"] }
micromath = { version = "2.1.0", features = ["vector", "quaternion", "num-traits"], optional = true }
minikalman = { version = "0.6.0", default-features = false }
num-traits = { version = "0.2.19", default-features = false }
Expand Down

0 comments on commit ddcea31

Please sign in to comment.