Skip to content

Commit a0cd041

Browse files
committed
integration: Forward some features to bindgen.
1 parent c5f1c73 commit a0cd041

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bindgen-integration/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ bindgen = { path = ".." }
1111
cc = "1.0"
1212

1313
[features]
14+
static = ["bindgen/static"]
15+
runtime = ["bindgen/runtime"]
16+
17+
testing_only_extra_assertions = ["bindgen/testing_only_extra_assertions"]
1418
testing_only_libclang_9 = ["bindgen/testing_only_libclang_9"]
1519
testing_only_libclang_5 = ["bindgen/testing_only_libclang_5"]
1620
testing_only_libclang_4 = ["bindgen/testing_only_libclang_4"]

0 commit comments

Comments
 (0)