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"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = [ "std" ]
|
default = [ "std" ]
|
||||||
std = [ "matrixmultiply", "rand/std", "alga/std" ]
|
std = [ "matrixmultiply", "rand/std", "alga/std" ]
|
||||||
|
stdweb = [ "rand/stdweb" ]
|
||||||
arbitrary = [ "quickcheck" ]
|
arbitrary = [ "quickcheck" ]
|
||||||
serde-serialize = [ "serde", "serde_derive", "num-complex/serde" ]
|
serde-serialize = [ "serde", "serde_derive", "num-complex/serde" ]
|
||||||
abomonation-serialize = [ "abomonation" ]
|
abomonation-serialize = [ "abomonation" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user