We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 760345e + b4a079e commit 59db981Copy full SHA for 59db981
crates/processing_ffi/Cargo.toml
@@ -8,7 +8,7 @@ workspace = true
8
9
[lib]
10
name = "processing"
11
-crate-type = ["cdylib"]
+crate-type = ["cdylib", "staticlib"]
12
13
[features]
14
default = []
crates/processing_ffi/cbindgen.toml
@@ -1,4 +1,5 @@
1
language = "C"
2
+cpp_compat = true
3
pragma_once = true
4
include_guard = "PROCESSING_H"
5
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
0 commit comments