lum_platform_image_converter/ffigen.yaml

20 lines
518 B
YAML

# Run with `dart run ffigen --config ffigen.yaml`.
name: ImageFfiBindings
description: |
Bindings for `src/image_ffi.h`.
Regenerate bindings with `dart run ffigen --config ffigen.yaml`.
output: 'lib/image_ffi_bindings_generated.dart'
headers:
entry-points:
- 'src/image_ffi.h'
include-directives:
- 'src/image_ffi.h'
preamble: |
// ignore_for_file: always_specify_types
// ignore_for_file: camel_case_types
// ignore_for_file: non_constant_identifier_names
comments:
style: any
length: full