20 lines
491 B
YAML
20 lines
491 B
YAML
# Run with `flutter pub run ffigen --config ffigen.yaml`.
|
|
name: LibDartOpenMVG
|
|
description: |
|
|
Dart bindings for the OpenMVG library.
|
|
output: 'lib/libdart_openmvg_generated.dart'
|
|
headers:
|
|
entry-points:
|
|
- 'src/frame.h'
|
|
- 'src/image.h'
|
|
include-directives:
|
|
- 'src/frame.h'
|
|
- 'src/image.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
|