Skip to content

Commit 7bf1e26

Browse files
committed
Add a capi feature to support current cargo-c
1 parent d666f12 commit 7bf1e26

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)