Skip to content

Commit

Permalink
Merge pull request #350 from waywardmonkeys/use-explicit-features
Browse files Browse the repository at this point in the history
Use explicit rather than implicit features.
  • Loading branch information
RickyDaMa committed Jul 8, 2024
2 parents 187295f + 906bb28 commit e057b95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ exclude = [
[package.metadata.docs.rs]
features = ["kurbo"]

[features]
default = []
kurbo = ["dep:kurbo"]
rayon = ["dep:rayon"]

[dependencies]
plist = { version = "1.4.1", features = ["serde"] }
uuid = { version = "1.2", features = ["v4"] }
Expand Down

0 comments on commit e057b95

Please sign in to comment.