import tor package
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# SPDX-FileCopyrightText: 2024 Foundation Devices Inc.
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
# Run with `flutter pub run ffigen --config ffigen.yaml`.
|
||||
name: NativeLibrary
|
||||
description: |
|
||||
Bindings for `tor.h`.
|
||||
|
||||
Regenerate bindings with `flutter pub run ffigen --config ffigen.yaml`.
|
||||
output: 'lib/tor_bindings_generated.dart'
|
||||
headers:
|
||||
entry-points:
|
||||
- 'rust/target/tor.h'
|
||||
include-directives:
|
||||
- 'rust/target/tor.h'
|
||||
preamble: |
|
||||
// ignore_for_file: always_specify_types
|
||||
// ignore_for_file: camel_case_types
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
comments:
|
||||
style: any
|
||||
length: full
|
||||
Reference in New Issue
Block a user