Skip to content

Commit caee8cf

Browse files
authored
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.
2 parents caeb2d3 + 7bf1e26 commit caee8cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

c/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ version = "0.1.0"
44
authors = ["Patrick Walton <[email protected]>"]
55
edition = "2018"
66

7+
[features]
8+
capi = []
9+
710
[lib]
811
crate-type = ["staticlib"]
912
name = "pathfinder"

0 commit comments

Comments
 (0)