Skip to content

Commit

Permalink
Update ffigen and config (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism authored Jan 22, 2025
1 parent 0b03518 commit 4af4fa9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion ffigen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ description: Bindings to `liblantern.h`.
output: 'lib/generated_bindings.dart'
headers:
entry-points:
- 'liblantern.h'
- 'liblantern_amd64.h'
- 'liblantern_arm64.h'
preamble: |
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -530,10 +530,10 @@ packages:
dependency: "direct dev"
description:
name: ffigen
sha256: e0bdaa4ff30106aab68e7fa19311df4ced2035dc07be30f2e112855e8dcd3259
sha256: "2119b4fe3aad0db94dc9531b90283c4640a6231070e613c400b426a4da08c704"
url: "https://pub.dev"
source: hosted
version: "16.0.0"
version: "16.1.0"
file:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ dev_dependencies:
sdk: flutter
flutter_test:
sdk: flutter
ffigen: ^16.0.0
ffigen: ^16.1.0
flutter_lints: ^5.0.0
mockito: ^5.4.4
auto_route_generator: ^9.0.0
Expand Down

0 comments on commit 4af4fa9

Please sign in to comment.