forked from M-Labs/nalgebra
Add the stdweb feature to activate rand/stdweb.
This commit is contained in:
parent
c77199077a
commit
c0d1c512ae
@ -18,6 +18,7 @@ path = "src/lib.rs"
|
||||
[features]
|
||||
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