renaming to Thermion
This commit is contained in:
28
thermion_dart/ffigen/web.yaml
Normal file
28
thermion_dart/ffigen/web.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
output: '../lib/thermion_dart/compatibility/web/thermion_dart.g.dart'
|
||||
headers:
|
||||
entry-points:
|
||||
- '../native/web/include/ThermionFlutterWebApi.h'
|
||||
- '../native/include/ThermionDartFFIApi.h'
|
||||
- '../native/include/ThermionDartApi.h'
|
||||
- '../native/include/ResourceBuffer.h'
|
||||
include-directives:
|
||||
- '../native/web/include/ThermionFlutterWebApi.h'
|
||||
- '../native/include/ThermionDartFFIApi.h'
|
||||
- '../native/include/ThermionDartApi.h'
|
||||
- '../native/include/ResourceBuffer.h'
|
||||
compiler-opts:
|
||||
- "-D__EMSCRIPTEN__"
|
||||
structs:
|
||||
dependency-only: opaque
|
||||
exclude:
|
||||
- '.*'
|
||||
unions:
|
||||
dependency-only: opaque
|
||||
exclude:
|
||||
- '.*'
|
||||
globals:
|
||||
exclude:
|
||||
- '.*'
|
||||
ffi-native:
|
||||
assetId: thermion_dart
|
||||
ignore-source-errors: true
|
||||
Reference in New Issue
Block a user