add features needed to run tests with only `cargo test`
This commit is contained in:
parent
75405b1e24
commit
6c241a3200
|
@ -111,6 +111,7 @@ serde_json = "1.0"
|
|||
rand_xorshift = "0.3"
|
||||
rand_isaac = "0.3"
|
||||
criterion = { version = "0.4", features = ["html_reports"] }
|
||||
nalgebra = { path = ".", features = ["debug", "compare", "rand", "macros"]}
|
||||
|
||||
# For matrix comparison macro
|
||||
matrixcompare = "0.3.0"
|
||||
|
|
Loading…
Reference in New Issue