20 lines
591 B
YAML
20 lines
591 B
YAML
|
# Run with `flutter pub run ffigen --config ffigen.yaml`.
|
||
|
name: ArchimedesMobileLibBindings
|
||
|
description: |
|
||
|
Bindings for `src/archimedes_mobile_lib.h`.
|
||
|
|
||
|
Regenerate bindings with `flutter pub run ffigen --config ffigen.yaml`.
|
||
|
output: 'lib/archimedes_mobile_lib_bindings_generated.dart'
|
||
|
headers:
|
||
|
entry-points:
|
||
|
- 'src/archimedes_mobile_lib.h'
|
||
|
include-directives:
|
||
|
- 'src/archimedes_mobile_lib.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
|