2024-03-07 15:29:36 +01:00
|
|
|
# Run with `flutter pub run ffigen --config ffigen.yaml`.
|
2024-03-12 19:53:16 +01:00
|
|
|
name: LibDartOpenMVG
|
2024-03-07 15:29:36 +01:00
|
|
|
description: |
|
2024-03-12 19:53:16 +01:00
|
|
|
Dart bindings for the OpenMVG library.
|
|
|
|
output: 'lib/libdart_openmvg_generated.dart'
|
2024-03-07 15:29:36 +01:00
|
|
|
headers:
|
|
|
|
entry-points:
|
2024-03-13 18:26:37 +01:00
|
|
|
- 'src/frame.h'
|
2024-03-11 15:36:09 +01:00
|
|
|
- 'src/image.h'
|
2024-03-07 15:29:36 +01:00
|
|
|
include-directives:
|
2024-03-13 18:26:37 +01:00
|
|
|
- 'src/frame.h'
|
2024-03-11 15:36:09 +01:00
|
|
|
- 'src/image.h'
|
2024-03-07 15:29:36 +01:00
|
|
|
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
|