renaming to Thermion
This commit is contained in:
15
thermion_dart/ffigen/swift.yaml
Normal file
15
thermion_dart/ffigen/swift.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
name: ThermionDartTexture
|
||||
description: Bindings for ThermionDartTexture.
|
||||
language: objc
|
||||
output: 'lib/thermion_dart/swift/swift_bindings.g.dart'
|
||||
exclude-all-by-default: true
|
||||
objc-interfaces:
|
||||
include:
|
||||
- 'ThermionDartTexture'
|
||||
module:
|
||||
'ThermionDartTexture': 'thermion_dart_texture'
|
||||
headers:
|
||||
entry-points:
|
||||
- 'native/lib/macos/swift/ThermionDartTexture.h'
|
||||
preamble: |
|
||||
// ignore_for_file: camel_case_types, non_constant_identifier_names, unused_element, unused_field, return_of_invalid_type, void_checks, annotate_overrides, no_leading_underscores_for_local_identifiers, library_private_types_in_public_apia
|
||||
Reference in New Issue
Block a user