1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Regenerate low-level bindings: dart run ffigen --config ffigen.yaml
# The hand-written API in lib/nimflutter_ffi.dart wraps these.
name: NimFlutterBindings
description: Raw bindings to the Nim C-ABI surface.
output: 'lib/src/bindings.g.dart'
headers:
entry-points:
- 'src/nimflutter.h'
functions:
include:
- 'nf_.*'
preamble: |
// GENERATED — do not edit. See ffigen.yaml.
// ignore_for_file: always_specify_types, camel_case_types
|