2023-02-17 11:38:40 +01:00

22 lines
668 B
YAML

# Run with `dart run ffigen --config ffigen.yaml`.
name: SpineFlutterBindings
description: |
Bindings for `src/spine_flutter.h`.
Regenerate bindings with `dart run ffigen --config ffigen.yaml`.
output: 'lib/spine_flutter_bindings_generated.dart'
llvm-path:
- '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/'
headers:
entry-points:
- 'src/spine_flutter.h'
include-directives:
- 'src/spine_flutter.h'
preamble: |
// ignore_for_file: always_specify_types, constant_identifier_names
// ignore_for_file: camel_case_types
// ignore_for_file: non_constant_identifier_names
comments:
style: any
length: full