Skip to content

Commit

Permalink
Add a capi feature to support current cargo-c
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Jan 5, 2022
1 parent d666f12 commit 7bf1e26
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 7bf1e26

Please sign in to comment.