nissy-fmc

A Rubik's cube FMC assistant
git clone https://git.tronto.net/nissy-fmc
Download | Log | Files | Refs | README | LICENSE

ffigen.yaml (535B)


      1 # Run with `flutter pub run ffigen --config ffigen.yaml`.
      2 name: NissyFlutterFfiBindings
      3 description: |
      4   Bindings for `src/nissy.h`.
      5 
      6   Regenerate bindings with `flutter pub run ffigen --config ffigen.yaml`.
      7 output: 'lib/nissy_flutter_ffi_bindings_generated.dart'
      8 headers:
      9   entry-points:
     10     - 'src/nissy.h'
     11   include-directives:
     12     - 'src/nissy.h'
     13 preamble: |
     14   // ignore_for_file: always_specify_types
     15   // ignore_for_file: camel_case_types
     16   // ignore_for_file: non_constant_identifier_names
     17 comments:
     18   style: any
     19   length: full