Skip to content

Commit

Permalink
Auto merge of #484 - lu-zero:current-cargo-c, r=s3bk
Browse files Browse the repository at this point in the history
Add a capi feature to support current cargo-c

It also possibly simplifies the building instructions since it will pick automatically the crates in the workspace marked with a `capi` feature.
  • Loading branch information
bors-servo authored Mar 28, 2022
2 parents caeb2d3 + 7bf1e26 commit caee8cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Patrick Walton <[email protected]>"]
edition = "2018"

[features]
capi = []

[lib]
crate-type = ["staticlib"]
name = "pathfinder"
Expand Down

0 comments on commit caee8cf

Please sign in to comment.