15 lines
616 B
YAML
15 lines
616 B
YAML
name: ThermionTextureSwift
|
|
description: Bindings for ThermionTexture.
|
|
language: objc
|
|
output: '../lib/src/swift/swift_bindings.g.dart'
|
|
exclude-all-by-default: true
|
|
objc-interfaces:
|
|
include:
|
|
- 'ThermionTextureSwift'
|
|
module:
|
|
'ThermionTextureSwift': 'swift_module'
|
|
headers:
|
|
entry-points:
|
|
- '../native/include/generated/ThermionTextureSwiftObjCAPI.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 |