Auto merge of #484 - lu-zero:current-cargo-c, r=s3bk

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.
This commit is contained in:
bors-servo 2022-03-27 22:58:41 -04:00 committed by GitHub
commit caee8cffff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Patrick Walton <pcwalton@mimiga.net>"] authors = ["Patrick Walton <pcwalton@mimiga.net>"]
edition = "2018" edition = "2018"
[features]
capi = []
[lib] [lib]
crate-type = ["staticlib"] crate-type = ["staticlib"]
name = "pathfinder" name = "pathfinder"