mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 01:06:00 +08:00
22 lines
700 B
YAML
22 lines
700 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-cpp-lite/spine-cpp-lite.h'
|
|
include-directives:
|
|
- 'src/spine-cpp-lite/spine-cpp-lite.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
|