We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f1c73 commit a0cd041Copy full SHA for a0cd041
bindgen-integration/Cargo.toml
@@ -11,6 +11,10 @@ bindgen = { path = ".." }
11
cc = "1.0"
12
13
[features]
14
+static = ["bindgen/static"]
15
+runtime = ["bindgen/runtime"]
16
+
17
+testing_only_extra_assertions = ["bindgen/testing_only_extra_assertions"]
18
testing_only_libclang_9 = ["bindgen/testing_only_libclang_9"]
19
testing_only_libclang_5 = ["bindgen/testing_only_libclang_5"]
20
testing_only_libclang_4 = ["bindgen/testing_only_libclang_4"]
0 commit comments