Enable alga/std when std is enabled.
This commit is contained in:
parent
40e74e0186
commit
bd3b73f872
|
@ -17,7 +17,7 @@ path = "src/lib.rs"
|
|||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
std = [ "matrixmultiply", "rand/std" ]
|
||||
std = [ "matrixmultiply", "rand/std", "alga/std" ]
|
||||
arbitrary = [ "quickcheck" ]
|
||||
serde-serialize = [ "serde", "serde_derive", "num-complex/serde" ]
|
||||
abomonation-serialize = [ "abomonation" ]
|
||||
|
|
Loading…
Reference in New Issue