Forward `std` feature to some deps. (#1321)

This commit is contained in:
zachs18 2023-12-10 21:35:54 -06:00 committed by GitHub
parent c3fe38b318
commit a01fa48e33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ path = "src/lib.rs"
[features] [features]
default = [ "std", "macros" ] default = [ "std", "macros" ]
std = [ "matrixmultiply", "simba/std" ] std = [ "matrixmultiply", "num-traits/std", "num-complex/std", "num-rational/std", "approx/std", "simba/std" ]
sparse = [ ] sparse = [ ]
debug = [ "approx/num-complex", "rand" ] debug = [ "approx/num-complex", "rand" ]
alloc = [ ] alloc = [ ]