cbindgen.toml 241 B

12345678
  1. language = "C"
  2. autogen_warning = "// NOTE: Append the lines below to ios/Classes/<your>Plugin.h"
  3. #namespace = "ffi"
  4. #include_guard = "CBINDGEN_BINDINGS_H"
  5. [defines]
  6. "target_os = ios" = "TARGET_OS_IOS"
  7. "target_os = macos" = "TARGET_OS_MACOS"