From fb441e151c8ff260e6f249e26f6e565a02948a7f Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Thu, 19 Sep 2024 12:51:09 +0800 Subject: [PATCH] update ffigen with new headers --- thermion_dart/ffigen/native.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/thermion_dart/ffigen/native.yaml b/thermion_dart/ffigen/native.yaml index 20ad4ff0..2062f1ab 100644 --- a/thermion_dart/ffigen/native.yaml +++ b/thermion_dart/ffigen/native.yaml @@ -1,15 +1,14 @@ -output: '../lib/thermion_dart/compatibility/native/thermion_dart.g.dart' +output: '../lib/thermion_dart/viewer/ffi/thermion_dart.g.dart' headers: entry-points: - '../native/include/ThermionDartFFIApi.h' - '../native/include/ThermionDartApi.h' - '../native/include/ResourceBuffer.h' - - '../native/include/Aabb2.h' include-directives: - '../native/include/ThermionDartFFIApi.h' - '../native/include/ThermionDartApi.h' - '../native/include/ResourceBuffer.h' - - '../native/include/Aabb2.h' + - '../native/include/APIBoundaryTypes.h' ffi-native: assetId: package:thermion_dart/thermion_dart.dart ignore-source-errors: true