mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-09 17:14:30 +01:00
* Generate Dart bindings * flutter_rust_bridge has relative path issues with this new approach introduced in 2.0.0-dev.38, we'll be using the default rust_output path until it's addressed.
10 lines
371 B
YAML
10 lines
371 B
YAML
rust_input: crate::bindings
|
|
rust_root: ../../../core/
|
|
dart_output: ../../../../packages/dart/lib/src
|
|
# flutter_rust_bridge has relative path issues with this new approach introduced in 2.0.0-dev.38
|
|
# rust_output: ../../../core/frb/bridge.rs
|
|
c_output: breez_liquid_sdk/include/breez_liquid_sdk.h
|
|
web: false
|
|
full_dep: true
|
|
add_mod_to_lib: false
|
|
dart_format_line_length: 110 |