forked from M-Labs/nalgebra
Add the stdweb feature to activate rand/stdweb.
This commit is contained in:
parent
c77199077a
commit
c0d1c512ae
@ -16,8 +16,9 @@ name = "nalgebra"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
std = [ "matrixmultiply", "rand/std", "alga/std" ]
|
||||
default = [ "std" ]
|
||||
std = [ "matrixmultiply", "rand/std", "alga/std" ]
|
||||
stdweb = [ "rand/stdweb" ]
|
||||
arbitrary = [ "quickcheck" ]
|
||||
serde-serialize = [ "serde", "serde_derive", "num-complex/serde" ]
|
||||
abomonation-serialize = [ "abomonation" ]
|
||||
|
Loading…
Reference in New Issue
Block a user