Skip to content

Commit

Permalink
feat: frb automatic scan
Browse files Browse the repository at this point in the history
  • Loading branch information
ethicnology committed Dec 1, 2024
1 parent beee977 commit fbbe1d9
Show file tree
Hide file tree
Showing 13 changed files with 788 additions and 356 deletions.
2 changes: 1 addition & 1 deletion bindings/dart-bip85/flutter_rust_bridge.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rust_input: crate::api
rust_input: bip85_extended
rust_root: rust/
dart_output: lib/src/rust
dart_entrypoint_class_name: LibBip85
3 changes: 1 addition & 2 deletions bindings/dart-bip85/lib/bip85.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
library bip85;
library;

export 'src/rust/api/bip85.dart';
export 'src/rust/frb_generated.dart' show LibBip85;
25 changes: 0 additions & 25 deletions bindings/dart-bip85/lib/src/rust/api/bip85.dart

This file was deleted.

Loading

0 comments on commit fbbe1d9

Please sign in to comment.