2024-07-30 14:05:19 +02:00
|
|
|
name: WowneroC
|
|
|
|
|
description: monero_c wownero bindings
|
|
|
|
|
output: 'lib/src/generated_bindings_wownero.g.dart'
|
|
|
|
|
headers:
|
|
|
|
|
entry-points:
|
2024-07-30 17:46:55 +02:00
|
|
|
- '../../wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.h'
|
2024-07-30 14:05:19 +02:00
|
|
|
|
|
|
|
|
exclude-all-by-default: true
|
|
|
|
|
functions:
|
|
|
|
|
include:
|
|
|
|
|
- "WOWNERO_.+"
|