Skip to content

Commit

Permalink
Use explicit features for libm and mint (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Jun 9, 2024
1 parent a4fb01d commit d6791b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ features = ["mint", "schemars", "serde"]
[features]
default = ["std"]
std = []
libm = ["dep:libm"]
mint = ["dep:mint"]
serde=["smallvec/serde", "dep:serde"]
schemars=["schemars/smallvec", "dep:schemars"]

Expand Down

0 comments on commit d6791b4

Please sign in to comment.