Skip to content

Commit

Permalink
chore(deps): Bump ffigen to ^12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnys1 committed May 13, 2024
1 parent 2e87088 commit e0e88af
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
17 changes: 7 additions & 10 deletions packages/cedar_ffi/lib/src/ffi/cedar_bindings.bundled.ffi.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 5 additions & 8 deletions packages/cedar_ffi/lib/src/ffi/cedar_bindings.loaded.ffi.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cedar_ffi/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
dev_dependencies:
build_runner: ^2.4.8
built_value_generator: ^8.9.1
ffigen: ^11.0.0
ffigen: ^12.0.0
json_serializable: ^6.7.1
lints: ^3.0.0
path: ^1.8.3
Expand Down
7 changes: 7 additions & 0 deletions packages/cedar_ffi/tool/ffigen.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

set -e

dart --enable-experiment=native-assets run ffigen --config ffigen.symbols.yaml
dart --enable-experiment=native-assets run ffigen --config ffigen.loaded.yaml
dart --enable-experiment=native-assets run ffigen --config ffigen.bundled.yaml

0 comments on commit e0e88af

Please sign in to comment.